staging: greybus: sdio: fix min() type check
authorGreg Kroah-Hartman <gregkh@google.com>
Thu, 8 Sep 2016 14:10:50 +0000 (16:10 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Mon, 19 Sep 2016 14:44:41 +0000 (16:44 +0200)
commit7434564ca130552f3f873d0a7e87286a16890c32
tree7a775988c722b0ca890f366186128849f05d77c8
parent148e0b8f48a83008596876befe1d9aed256c8ea1
staging: greybus: sdio: fix min() type check

The 0-day bot pointed out a type difference in one min() call, so fix it
up by being explicit about the type being compared.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/sdio.c