]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - init/do_mounts_initrd.c
init/do_mounts: initrd_load() can be boolean
authorYaowei Bai <baiyaowei@cmss.chinamobile.com>
Wed, 20 Jan 2016 22:59:29 +0000 (14:59 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 21 Jan 2016 01:09:18 +0000 (17:09 -0800)
commitf057f3b226a5c513aafaa5ece94f3a7f363215c5
tree6f0eb6c6348f1b5a43aa809849a3e94ab7676512
parent31c025b5fece8d0fdc88920065fbc1ff7e4a78b1
init/do_mounts: initrd_load() can be boolean

Make initrd_load() return bool due to this particular function only using
either one or zero as its return value.

No functional change.

Signed-off-by: Yaowei Bai <baiyaowei@cmss.chinamobile.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/do_mounts.h
init/do_mounts_initrd.c