]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kernel/printk/printk.c: boot_delay return value fix
authorDave Young <dyoung@redhat.com>
Tue, 5 Nov 2013 05:56:14 +0000 (16:56 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:56:14 +0000 (16:56 +1100)
commit2f40ff9c662aba00c4846fde383fe6e94d769488
tree0aa4dc841d80f4c71990c4377135f0a634d54d8d
parent29b2fa075def1b4f530b9989ea9721bbd82e05ee
kernel/printk/printk.c: boot_delay return value fix

Kernel report "Malformed early option boot_delay" because it returns
non-zero value.  Move to 'return 0' now because there's no reason it
should return 1.

Signed-off-by: Dave Young <dyoung@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/printk/printk.c