Re: [PATCH] mfd: syscon: Simplify syscon_match_pdevname()

2014-03-10 Thread Lee Jones
On Mon, 10 Mar 2014, Lee Jones wrote: > > Since we do not want to add new platform IDs for the syscon driver, > > there is no reason to iterate over IDs. This patch simplifies > > syscon_match_pdevname() function to remove such iteration. > > > > Signed-off-by: Alexander Shiyan > > --- > > driv

Re: [PATCH] mfd: syscon: Simplify syscon_match_pdevname()

2014-03-10 Thread Lee Jones
> Since we do not want to add new platform IDs for the syscon driver, > there is no reason to iterate over IDs. This patch simplifies > syscon_match_pdevname() function to remove such iteration. > > Signed-off-by: Alexander Shiyan > --- > drivers/mfd/syscon.c | 7 --- > 1 file changed, 7 del

[PATCH] mfd: syscon: Simplify syscon_match_pdevname()

2014-03-10 Thread Alexander Shiyan
Since we do not want to add new platform IDs for the syscon driver, there is no reason to iterate over IDs. This patch simplifies syscon_match_pdevname() function to remove such iteration. Signed-off-by: Alexander Shiyan --- drivers/mfd/syscon.c | 7 --- 1 file changed, 7 deletions(-) diff