commit | 4d6144de8ba263eb3691a737c547e5b2fdc45287 | [log] [tgz] |
---|---|---|
author | Johan Rudholm <johan.rudholm@stericsson.com> | Wed Nov 23 09:05:58 2011 +0100 |
committer | Chris Ball <cjb@laptop.org> | Wed Jan 11 23:58:42 2012 -0500 |
tree | 18ff9af5efcf42fdafae2e76a0df75cf498923e8 | |
parent | 4ee5ebaf74ba1b3e2e3f9aad442bf38db96c20d2 [diff] |
mmc: core: check for zero length ioctl data If the read or write buffer size associated with the command sent through the mmc_blk_ioctl is zero, do not prepare data buffer. This enables a ioctl(2) call to for instance send a MMC_SWITCH to set a byte in the ext_csd. Signed-off-by: Johan Rudholm <johan.rudholm@stericsson.com> Signed-off-by: Chris Ball <cjb@laptop.org>