]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9893f6dd45dfbc1579468efca28a2ed9739515c9
tree7a775988c722b0ca890f366186128849f05d77c8
parent4e0387eb05678e7d410ab61113b3b89cac8636a8
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