Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222847
b: refs/heads/master
c: 73e1cc4
h: refs/heads/master
i:
  222845: 03bf93a
  222843: 625ed29
  222839: 4c8997d
  222831: 8f26b3b
  222815: bff9823
  222783: 8e9b032
  222719: f858628
v: v3
  • Loading branch information
Yong Wang authored and Greg Kroah-Hartman committed Nov 17, 2010
1 parent 574274c commit 61c88f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 3251627c943f1cfc5bfad7c38d4e8d85cf44c6d8
refs/heads/master: 73e1cc4a4a02cfd2d520355de56ce1dafa11dd59
2 changes: 1 addition & 1 deletion trunk/drivers/staging/spectra/ffsport.c
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ static int SBD_setup_device(struct spectra_nand_dev *dev, int which)
/* Here we force report 512 byte hardware sector size to Kernel */
blk_queue_logical_block_size(dev->queue, 512);

blk_queue_ordered(dev->queue, QUEUE_ORDERED_DRAIN_FLUSH);
blk_queue_flush(dev->queue, REQ_FLUSH);

dev->thread = kthread_run(spectra_trans_thread, dev, "nand_thd");
if (IS_ERR(dev->thread)) {
Expand Down

0 comments on commit 61c88f6

Please sign in to comment.