mmc: core: silence a shift wrapping warning
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 23 Oct 2014 11:37:00 +0000 (14:37 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 10 Nov 2014 11:40:38 +0000 (12:40 +0100)
commit51d346068876bf4972efc61969d02958a087f3ee
treee676cc8fc89b078c3376c7a1b59fba0bd0839540
parent5d0e1194459f70c06d866531ebf19c9e2b75a77e
mmc: core: silence a shift wrapping warning

Presumably ->slotno is normally fairly small and the shift doesn't wrap
but static checkers will complain about it.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/sdio_bus.c