[PATCH 07/25] r852: remove casts from void*
Kulikov Vasiliy
segooon at gmail.com
Tue Jun 29 06:15:20 EDT 2010
Remove unnesessary casts from void*.
Signed-off-by: Kulikov Vasiliy <segooon at gmail.com>
---
drivers/mtd/nand/r852.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/nand/r852.c b/drivers/mtd/nand/r852.c
index c0a9835..43f0366 100644
--- a/drivers/mtd/nand/r852.c
+++ b/drivers/mtd/nand/r852.c
@@ -380,7 +380,7 @@ void r852_cmdctl(struct mtd_info *mtd, int dat, unsigned int ctrl)
*/
int r852_wait(struct mtd_info *mtd, struct nand_chip *chip)
{
- struct r852_device *dev = (struct r852_device *)chip->priv;
+ struct r852_device *dev = chip->priv;
unsigned long timeout;
int status;
--
1.7.0.4
More information about the linux-mtd
mailing list