diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-09-30 10:24:05 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-09-30 10:24:05 +0200 |
commit | 5498380e4f403c0938801e2cd6683353d0029cac (patch) | |
tree | c65ab75034cac68e45da4d5bbb1513728bacec84 /include/scsi/scsi_tcq.h | |
parent | e76bf634870e3c5e3a767ad575f1d404c9f1cab8 (diff) | |
parent | 82b925c405444b760e743b55a9ad498cb3551afe (diff) | |
download | blackbird-op-linux-5498380e4f403c0938801e2cd6683353d0029cac.tar.gz blackbird-op-linux-5498380e4f403c0938801e2cd6683353d0029cac.zip |
Merge tag 'asoc-v3.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v3.17
A few small driver specific fixes and a couple of error handling fixes
in the core.
Diffstat (limited to 'include/scsi/scsi_tcq.h')
-rw-r--r-- | include/scsi/scsi_tcq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/scsi_tcq.h b/include/scsi/scsi_tcq.h index cdcc90b07ecb..e64583560701 100644 --- a/include/scsi/scsi_tcq.h +++ b/include/scsi/scsi_tcq.h @@ -68,7 +68,7 @@ static inline void scsi_activate_tcq(struct scsi_device *sdev, int depth) return; if (!shost_use_blk_mq(sdev->host) && - blk_queue_tagged(sdev->request_queue)) + !blk_queue_tagged(sdev->request_queue)) blk_queue_init_tags(sdev->request_queue, depth, sdev->host->bqt); |