[PATCH] staging/media/as102: remove version.h include at as102_fe.c

2012-05-13 Thread joseph daniel
There was a warning when ran make versioncheck drivers/staging/media/as102/as102_fe.c: 20 linux/version.h not needed. Signed-off-by: joseph daniel josephdanielwal...@gmail.com --- drivers/staging/media/as102/as102_fe.c |2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging

[PATCH] staging/media/as102: removed else statements

2012-05-05 Thread joseph daniel
The else statement is actually not required, as we can assign AS10X_CMD_ERROR to the error variable directly. Signed-off-by: joseph daniel josephdanielwal...@gmail.com --- drivers/staging/media/as102/as10x_cmd.c | 28 +++- 1 file changed, 7 insertions(+), 21 deletions