[PATCH 0/3] staging: vt6656: Cleanup of the vnt_get_frame_time function

2020-04-04 Thread Oscar Carter
This patch series makes a cleanup of the vnt_get_frame_time function. The first patch removes the define RATE_54M and changes it for the ARRAY_SIZE macro. This way avoid possibles issues if the size of the vnt_frame_time array change in the future but not change accordingly the RATE_54M constant.

[PATCH 0/3] staging: vt6656: cleanup

2014-08-12 Thread Ragnar B. Johannsson
This patchset fixes a few small coding style problems as reported by checkpatch. Ragnar B. Johannsson (3): staging: vt6656: remove unnecessary braces staging: vt6656: fix incorrect indentation staging: vt6656: add blank line after declaration drivers/staging/vt6656/rxtx.c| 3 ++- drive