9
0
Fork 0

eeprom: at24: Enable OF partition parsing

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2013-11-07 14:31:50 +01:00
parent b67b2671c2
commit b0fd9462d6
1 changed files with 2 additions and 0 deletions

View File

@ -435,6 +435,8 @@ static int at24_probe(struct device_d *dev)
devfs_create(&at24->cdev);
of_parse_partitions(&at24->cdev, dev->device_node);
return 0;
err_clients: