merge by hand - fix up rejections in Documentation/DocBook/Makefile
[linux-2.6-block.git] / drivers / scsi / scsi_error.c
index 103558574662dd8e6c9cfa084f2a8cfecdd02b5e..cb789c35262c6296c2b502df724c831ae918cd46 100644 (file)
@@ -582,7 +582,7 @@ static int scsi_request_sense(struct scsi_cmnd *scmd)
 
        memcpy(scmd->cmnd, generic_sense, sizeof(generic_sense));
 
-       scsi_result = kmalloc(252, GFP_ATOMIC | (scmd->device->host->hostt->unchecked_isa_dma) ? __GFP_DMA : 0);
+       scsi_result = kmalloc(252, GFP_ATOMIC | ((scmd->device->host->hostt->unchecked_isa_dma) ? __GFP_DMA : 0));
 
 
        if (unlikely(!scsi_result)) {