Commit 09503e02 authored by Andrew Morton's avatar Andrew Morton Committed by James Bottomley

[PATCH] mptbase.c build fix

drivers/message/fusion/mptbase.c: In function `procmpt_summary_read':
drivers/message/fusion/mptbase.c:5160: parse error before `int'
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 1ae4b2dd
......@@ -5156,9 +5156,9 @@ procmpt_summary_read(char *buf, char **start, off_t offset, int request, int *eo
int len;
if (data) {
ioc = data;
int more = 0;
int more = 0;
ioc = data;
mpt_print_ioc_summary(ioc, out, &more, 0, 1);
out += more;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment