[PATCH 0/7] staging: vt6655: Convert four macros to one function

Philipp Hortmann posted 7 patches 3 years, 9 months ago
There is a newer version of this series
drivers/staging/vt6655/device_main.c | 25 ++++++++++++-----
drivers/staging/vt6655/mac.h         | 40 ----------------------------
2 files changed, 19 insertions(+), 46 deletions(-)
[PATCH 0/7] staging: vt6655: Convert four macros to one function
Posted by Philipp Hortmann 3 years, 9 months ago
Convert four multiline macros to one function with parameter.
checkpatch.pl does not accept multiline macros. 

Tested with vt6655 on mini PCI Module
Transferred this patch over wlan connection of vt6655

Philipp Hortmann (7):
  staging: vt6655: Rename dwData to reg_value in four macros
  staging: vt6655: Rename MACvReceive0
  staging: vt6655: Convert macro vt6655_mac_dma_ctl to function
  staging: vt6655: Add parameter to function vt6655_mac_dma_ctl
  staging: vt6655: Replace MACvReceive1 with function vt6655_mac_dma_ctl
  staging: vt6655: Replace MACvTransmit0 with function
    vt6655_mac_dma_ctl
  staging: vt6655: Replace MACvTransmitAC0 with function
    vt6655_mac_dma_ctl

 drivers/staging/vt6655/device_main.c | 25 ++++++++++++-----
 drivers/staging/vt6655/mac.h         | 40 ----------------------------
 2 files changed, 19 insertions(+), 46 deletions(-)

-- 
2.37.1