Skip to content
Commit 8c64415c authored by David S. Miller's avatar David S. Miller
Browse files

sparc: Remove redundant tests in boot_flags_init().



The test:

	*commands && *commands == ' '

is equivalent to:

	*commands == ' '

Reported-by: default avatarDavid Binderman <dcb314@hotmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 89c9fea3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment