diff options
Diffstat (limited to 'drivers/message/i2o')
-rw-r--r-- | drivers/message/i2o/i2o_block.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/i2o/i2o_block.c b/drivers/message/i2o/i2o_block.c index a95314897402..81483de8c0fd 100644 --- a/drivers/message/i2o/i2o_block.c +++ b/drivers/message/i2o/i2o_block.c | |||
@@ -371,7 +371,7 @@ static int i2o_block_prep_req_fn(struct request_queue *q, struct request *req) | |||
371 | /* connect the i2o_block_request to the request */ | 371 | /* connect the i2o_block_request to the request */ |
372 | if (!req->special) { | 372 | if (!req->special) { |
373 | ireq = i2o_block_request_alloc(); | 373 | ireq = i2o_block_request_alloc(); |
374 | if (unlikely(IS_ERR(ireq))) { | 374 | if (IS_ERR(ireq)) { |
375 | osm_debug("unable to allocate i2o_block_request!\n"); | 375 | osm_debug("unable to allocate i2o_block_request!\n"); |
376 | return BLKPREP_DEFER; | 376 | return BLKPREP_DEFER; |
377 | } | 377 | } |