[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080629052530.GC5860@gate.ebshome.net>
Date: Sat, 28 Jun 2008 22:25:30 -0700
From: Eugene Surovegin <ebs@...home.net>
To: linux-kernel@...r.kernel.org
Cc: Matt Porter <mporter@...nel.crashing.org>
Subject: [PATCH] RapidIO: fix device reference counting
Fix RapidIO device reference counting.
Signed-of-by: Eugene Surovegin <ebs@...home.net>
---
diff --git a/drivers/rapidio/rio-driver.c b/drivers/rapidio/rio-driver.c
index 3ce9f3d..956d3e7 100644
--- a/drivers/rapidio/rio-driver.c
+++ b/drivers/rapidio/rio-driver.c
@@ -101,8 +101,8 @@ static int rio_device_probe(struct device *dev)
if (error >= 0) {
rdev->driver = rdrv;
error = 0;
+ } else
rio_dev_put(rdev);
- }
}
return error;
}
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists