[PATCH 2/2 v2] staging: emxx_udc: remove macro ERR

2015-01-23 Thread Ahmad Hassan
Remove dath line at the end of file Signed-off-by: Ahmad Hassan --- drivers/staging/emxx_udc/emxx_udc.h | 4 1 file changed, 4 insertions(+) diff --git a/drivers/staging/emxx_udc/emxx_udc.h b/drivers/staging/emxx_udc/emxx_udc.h index d984bd2..7929c65 100644 --- a/drivers/staging/emxx_udc

[PATCH 2/2] staging: emxx_udc: remove macro ERR

2015-01-21 Thread Ahmad Hassan
Removed ERR macro since it is not used anymore in the emxx_udc.c file. Signed-off-by: Ahmad Hassan --- drivers/staging/emxx_udc/emxx_udc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/emxx_udc/emxx_udc.h b/drivers/staging/emxx_udc/emxx_udc.h index ee1b80d..0758cd5 100644

[PATCH 1/2] staging: emxx_udc: Replace ERR by dev_err

2015-01-21 Thread Ahmad Hassan
Replaced all occurences of ERR with dev_err. The device passed to dev_err is udc->dev. Signed-off-by: Ahmad Hassan --- drivers/staging/emxx_udc/emxx_udc.c | 80 ++--- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/drivers/staging/emxx_

[PATCH 0/2] Replacing ERR by dev_err

2015-01-21 Thread Ahmad Hassan
This patch set removes the macro ERR from emxx_udc.h and accordingly emxx_udc.c occurrences of ERR changes to dev_err Ahmad Hassan (2): staging: emxx_udc: Replace ERR by dev_err staging: emxx_udc: remove macro ERR drivers/staging/emxx_udc/emxx_udc.c | 80

[PATCH] staging: fix davinci_vpfe: fix space prohibted before that ','

2015-01-20 Thread Ahmad Hassan
This patch fixes the following checkpatch.pl error: fix space prohibited before that ',' at line 904 Signed-off-by: Ahmad Hassan --- drivers/staging/media/davinci_vpfe/dm365_ipipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/media/da

[PATCH v3] staging: vt6655: fix space prohibted before that ','

2015-01-19 Thread Ahmad Hassan
This patch fixes the following checkpatch.pl error: fix space prohibited before that ',' Signed-off-by: Ahmad Hassan --- v2: adjusted From name field v3: added description message drivers/staging/vt6655/device_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] staging: vt6655: fix space prohibted before that ',' Signed-off-by: Ahmad Hassan

2015-01-19 Thread Ahmad Hassan
--- drivers/staging/vt6655/device_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/vt6655/device_main.c b/drivers/staging/vt6655/device_main.c index f5cc78e..34e3a76 100644 --- a/drivers/staging/vt6655/device_main.c +++ b/drivers/staging/vt6655/device_mai