]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kexec: fix wrong types of some local variables
authorZhang Yanfei <zhangyanfei@cn.fujitsu.com>
Sun, 10 Mar 2013 10:55:18 +0000 (21:55 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 12 Mar 2013 03:57:30 +0000 (14:57 +1100)
commit71c8adb9213208943e957df26931e3300f2482db
treef42dc6105c492c7a9a429d4f74131a8fad603b5c
parent67ef977f320be4ac40f4d8815564ca9d666e35fa
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