summaryrefslogtreecommitdiffstats
path: root/block/blk-flush.c
diff options
context:
space:
mode:
authorBenoit Cousson <benoit.cousson@linaro.org>2013-04-09 00:11:05 +0200
committerBenoit Cousson <benoit.cousson@linaro.org>2013-04-09 00:11:05 +0200
commit5852264f9d6139751796853fdfca9d5230cbfb97 (patch)
tree6e304184c9f725d83e582a731fbc727f9a41c343 /block/blk-flush.c
parent2e5f78aeceb6f203b514ca03a48e3fd056025524 (diff)
parent469d633d20c774ecd34ac615c838193e1e150c62 (diff)
Merge tag 'omap-devel-b-for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into for_3.10/dts_merged
Diffstat (limited to 'block/blk-flush.c')
-rw-r--r--block/blk-flush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-flush.c b/block/blk-flush.c
index db8f1b50785..cc2b827a853 100644
--- a/block/blk-flush.c
+++ b/block/blk-flush.c
@@ -444,7 +444,7 @@ int blkdev_issue_flush(struct block_device *bdev, gfp_t gfp_mask,
* copied from blk_rq_pos(rq).
*/
if (error_sector)
- *error_sector = bio->bi_sector;
+ *error_sector = bio->bi_sector;
if (!bio_flagged(bio, BIO_UPTODATE))
ret = -EIO;