Skip to content
Snippets Groups Projects
Commit 678e9316 authored by Peng Fan's avatar Peng Fan Committed by Tom Rini
Browse files

common: mmc: unsigned char compared against 0


"enable" is unsigned char type and its value will not be
negative, so discard "enable < 0".

Signed-off-by: default avatarPeng Fan <Peng.Fan@freescale.com>
Cc: Diego Santa Cruz <Diego.SantaCruz@spinetix.com>
Cc: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
Cc: Andrew Gabbasov <andrew_gabbasov@mentor.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Tom Rini <trini@konsulko.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 9f8edb76
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment