]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
md: raid1: kill warning on powerpc_pseries
authorMing Lei <tom.leiming@gmail.com>
Tue, 28 Mar 2017 08:17:55 +0000 (16:17 +0800)
committerShaohua Li <shli@fb.com>
Tue, 28 Mar 2017 15:49:52 +0000 (08:49 -0700)
commit8fc04e6ea02d631fd344f462002078b8067793de
tree322baea34569d1886dc8e2a0c4ee522817017dad
parent0bb0c10500ba634216238c40e1eeddce92b4d488
md: raid1: kill warning on powerpc_pseries

This patch kills the warning reported on powerpc_pseries,
and actually we don't need the initialization.

After merging the md tree, today's linux-next build (powerpc
pseries_le_defconfig) produced this warning:

drivers/md/raid1.c: In function 'raid1d':
drivers/md/raid1.c:2172:9: warning: 'page_len$' may be used uninitialized in this function [-Wmaybe-uninitialized]
     if (memcmp(page_address(ppages[j]),
         ^
drivers/md/raid1.c:2160:7: note: 'page_len$' was declared here
   int page_len[RESYNC_PAGES];
       ^

Signed-off-by: Ming Lei <tom.leiming@gmail.com>
Signed-off-by: Shaohua Li <shli@fb.com>
drivers/md/raid1.c