From 88932743161a311a0ac81163333fecf75199f421 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Tue, 6 Jan 2009 14:41:56 -0800 Subject: [PATCH] --- yaml --- r: 126347 b: refs/heads/master c: 14bca6c39d8245a0313f55309bfeb6bf60cc17c8 h: refs/heads/master i: 126345: 7a766b2a8bb11baabea1cb246793747fe6ea6fc0 126343: 0463b87e8e84ea6de59c5434abb2d1f89bb58977 v: v3 --- [refs] | 2 +- trunk/drivers/message/i2o/device.c | 2 -- trunk/drivers/message/i2o/driver.c | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 98b19eaf4b80..62161f158da0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f24659d96f4e056125f14498285203d1427cb18e +refs/heads/master: 14bca6c39d8245a0313f55309bfeb6bf60cc17c8 diff --git a/trunk/drivers/message/i2o/device.c b/trunk/drivers/message/i2o/device.c index 54c2e9ae23e5..c455da4ff411 100644 --- a/trunk/drivers/message/i2o/device.c +++ b/trunk/drivers/message/i2o/device.c @@ -52,7 +52,6 @@ static inline int i2o_device_issue_claim(struct i2o_device *dev, u32 cmd, /** * i2o_device_claim - claim a device for use by an OSM * @dev: I2O device to claim - * @drv: I2O driver which wants to claim the device * * Do the leg work to assign a device to a given OSM. If the claim succeeds, * the owner is the primary. If the attempt fails a negative errno code @@ -80,7 +79,6 @@ int i2o_device_claim(struct i2o_device *dev) /** * i2o_device_claim_release - release a device that the OSM is using * @dev: device to release - * @drv: driver which claimed the device * * Drop a claim by an OSM on a given I2O device. * diff --git a/trunk/drivers/message/i2o/driver.c b/trunk/drivers/message/i2o/driver.c index e0d474b17433..a0421efe04ca 100644 --- a/trunk/drivers/message/i2o/driver.c +++ b/trunk/drivers/message/i2o/driver.c @@ -173,7 +173,6 @@ void i2o_driver_unregister(struct i2o_driver *drv) * i2o_driver_dispatch - dispatch an I2O reply message * @c: I2O controller of the message * @m: I2O message number - * @msg: I2O message to be delivered * * The reply is delivered to the driver from which the original message * was. This function is only called from interrupt context.