Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209913
b: refs/heads/master
c: 7b633f6
h: refs/heads/master
i:
  209911: 38ec5e9
v: v3
  • Loading branch information
Javier Martinez Canillas authored and Greg Kroah-Hartman committed Aug 24, 2010
1 parent 7081e48 commit 02cae22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 09e74c794fc9d5064e07c4bf6c9d5458586385c1
refs/heads/master: 7b633f6624ce4ea6199a54c2cad6c9e84164f8f5
3 changes: 1 addition & 2 deletions trunk/drivers/staging/spectra/ffsport.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,7 @@ static int do_transfer(struct spectra_nand_dev *tr, struct request *req)
IdentifyDeviceData.PagesPerBlock *
res_blks_os;

if (req->cmd_type == REQ_TYPE_LINUX_BLOCK &&
req->cmd[0] == REQ_LB_OP_FLUSH) {
if (req->cmd_type & REQ_FLUSH) {
if (force_flush_cache()) /* Fail to flush cache */
return -EIO;
else
Expand Down

0 comments on commit 02cae22

Please sign in to comment.