Kees Cook 3b1074bf98 mmc: mxcmmc: Fix missing parentheses and brace
Looks like the adjusted syntax wasn't fully build tested. This fixes
failures with powerpc builds:

drivers/mmc/host/mxcmmc.c: In function ‘mxcmci_swap_buffers’:
drivers/mmc/host/mxcmmc.c:296:51: error: expected ‘)’ before ‘;’ token
   void *buf = kmap_atomic(sg_page(sg) + sg->offset;
                                                   ^
drivers/mmc/host/mxcmmc.c:299:1: error: expected ‘,’ or ‘;’ before ‘}’ token
 }
 ^

Fixes: b189e7589f6d3 ("mmc: mxcmmc: handle highmem pages")
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2018-07-16 11:45:44 +02:00
..
2018-05-29 12:24:26 +02:00
2012-11-28 12:28:18 -08:00
2018-05-21 10:50:45 +02:00
2018-05-31 15:02:16 +02:00
2017-10-04 10:22:55 +02:00
2018-01-04 12:44:21 +01:00
2018-03-21 11:10:20 +01:00
2018-03-05 09:00:59 +01:00
2018-05-21 15:49:20 +02:00
2018-05-21 15:49:21 +02:00