]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kexec: fix wrong types of some local variables
authorZhang Yanfei <zhangyanfei@cn.fujitsu.com>
Wed, 20 Mar 2013 04:08:32 +0000 (15:08 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 21 Mar 2013 05:34:29 +0000 (16:34 +1100)
commit66a4af61e0ccf090381875784b374bb01de29f5a
tree29c03be79f219a54911f4baf52466847d980dd65
parent2dda0636bdb72150723c3845e6aa658cbd06609d
kexec: fix wrong types of some local variables

The types of the following local variables:

- ubytes/mbytes in kimage_load_crash_segment()/kimage_load_normal_segment()

- r in vmcoreinfo_append_str()

are wrong, so fix them.

Signed-off-by: Zhang Yanfei <zhangyanfei@cn.fujitsu.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Simon Horman <horms@verge.net.au>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/kexec.c