Re: [PATCH 2/3] Input: alps: drop unlikely before IS_ERR_OR_NULL

2015-10-02 Thread Dmitry Torokhov
On Thu, Oct 01, 2015 at 09:30:19AM +0200, Pali Rohár wrote: > On Thursday 01 October 2015 10:55:30 Geliang Tang wrote: > > IS_ERR_OR_NULL already contain an unlikely compiler flag. Drop it. > > > > Signed-off-by: Geliang Tang > > --- > > drivers/input/mouse/alps.c | 2 +- >

Re: [PATCH 2/3] Input: alps: drop unlikely before IS_ERR_OR_NULL

2015-10-01 Thread Pali Rohár
On Thursday 01 October 2015 10:55:30 Geliang Tang wrote: > IS_ERR_OR_NULL already contain an unlikely compiler flag. Drop it. > > Signed-off-by: Geliang Tang > --- > drivers/input/mouse/alps.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[PATCH 2/3] Input: alps: drop unlikely before IS_ERR_OR_NULL

2015-09-30 Thread Geliang Tang
IS_ERR_OR_NULL already contain an unlikely compiler flag. Drop it. Signed-off-by: Geliang Tang --- drivers/input/mouse/alps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c index 4d24686..b4f146a