mmc: block: Fix tag condition with packed writes
authorShawn Lin <shawn.lin@rock-chips.com>
Thu, 16 Jun 2016 07:31:33 +0000 (15:31 +0800)
committerGerrit Code Review <gerrit@rock-chips.com>
Fri, 17 Jun 2016 08:40:30 +0000 (16:40 +0800)
commitdcf9df85a8e8b4937b9b459f1067e8db3881441c
treec773cdad9d8ad6111cfcdb6f3f07484ce5de5a43
parentf6799e7f4a9828d70f0807368d91ee0c7630b668
mmc: block: Fix tag condition with packed writes

Apparently a cut-and-paste error, 'do_data_tag' is using 'brq' for data
size even though 'brq' has not been set up. Instead use blk_rq_sectors().

Change-Id: I721c02d7a937844ecedeb6c24d8439f8a9c29fef
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
drivers/mmc/card/block.c