Re: [PATCH] OMAP: igep0020: fix smsc911x dummy regulator id

2012-05-04 Thread Tony Lindgren
* Enrico [120430 10:23]: > From: Enrico Butera > > Using id 0 causes errors at boot: > > WARNING: at fs/sysfs/dir.c:508 sysfs_add_one+0x9c/0xac() > sysfs: cannot create duplicate filename > '/devices/platform/reg-fixed-voltage.0' > > Fix it by using a random (not-already-used) id, as suggeste

[PATCH] OMAP: igep0020: fix smsc911x dummy regulator id

2012-04-30 Thread Enrico
From: Enrico Butera Using id 0 causes errors at boot: WARNING: at fs/sysfs/dir.c:508 sysfs_add_one+0x9c/0xac() sysfs: cannot create duplicate filename '/devices/platform/reg-fixed-voltage.0' Fix it by using a random (not-already-used) id, as suggested by Tony Lindgren. Signed-off-by: Enrico Bu