]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/message/i2o/i2o_block.c
wrong memory access in i2o_block_device_lock()
[mv-sheeva.git] / drivers / message / i2o / i2o_block.c
index b17c4b2bc9ef7f6e784c56f8ee571f67c8e4e533..64a52bd7544a8a4cf3adbdfafc34b9039460404a 100644 (file)
@@ -215,7 +215,7 @@ static int i2o_block_device_lock(struct i2o_device *dev, u32 media_id)
        struct i2o_message *msg;
 
        msg = i2o_msg_get_wait(dev->iop, I2O_TIMEOUT_MESSAGE_GET);
-       if (IS_ERR(msg) == I2O_QUEUE_EMPTY)
+       if (IS_ERR(msg))
                return PTR_ERR(msg);
 
        msg->u.head[0] = cpu_to_le32(FIVE_WORD_MSG_SIZE | SGL_OFFSET_0);