mmc: core: Initialize SET_BLOCK_COUNT request fields
authorAndrew Gabbasov <andrew_gabbasov@mentor.com>
Wed, 1 Oct 2014 12:14:09 +0000 (07:14 -0500)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 10 Nov 2014 11:40:27 +0000 (12:40 +0100)
commitcce411e68515ee14c323d0d1fef638ed0aead7a6
tree4296c9b53160fcd350007a21693f137d21eea385
parentfce9d33f51bf1d84270238885c2712d48a056e41
mmc: core: Initialize SET_BLOCK_COUNT request fields

Some request fields are initialized just before request processing
for sanity purposes. This is done for command, data, and stop parts
of the request, but not for sbc (set block count) part. Add such
initialization for that part too.

Signed-off-by: Andrew Gabbasov <andrew_gabbasov@mentor.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/core.c