[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 --- drivers/staging/media/as102/as102_fe.c |2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/media/as102/as1

[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 --- drivers/staging/media/as102/as10x_cmd.c | 28 +++- 1 file changed, 7 insertions(+), 21 deletions(-) diff --git a/drivers

staging/media/as102: Else statements in as10x_cmd.c

2012-05-05 Thread joseph daniel
Hi all, There are lots of places where if the xfer_cmd ptr is null we are assiging error to AS10X_CMD_ERROR. actually we can do it at the intialisation of error. if you people think its correct, i can submit a change to you people. Thanks, -- To unsubscribe from this list: send the line "unsubsc