Re: [PATCH] pinctrl: abx500: remove useless check

2014-08-11 Thread Linus Walleij
On Fri, Aug 1, 2014 at 9:38 AM, Patrice CHOTARD wrote: > pctldev can't be NULL at this stage so remove the check > > Reported-by: dan.carpen...@oracle.com > Signed-off-by: Patrice Chotard Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-ker

[PATCH] pinctrl: abx500: remove useless check

2014-08-01 Thread Patrice CHOTARD
pctldev can't be NULL at this stage so remove the check Reported-by: dan.carpen...@oracle.com Signed-off-by: Patrice Chotard --- drivers/pinctrl/pinctrl-abx500.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/pinctrl/pinctrl-abx500.c b/drivers/pinctrl/pinctrl-abx50