This series of patch is resent in total 6 patches as version 2. This version
fixes the warnings reported by checkpatch.pl not to make additional warnings.
The concern for the memory leak issue is checked again in this version.

The error types provided by wilc driver are being replaced by the ones provided
by Linux kernel and the macros which checking errors are being deleted in these
patches becasue they are not helpful to code readability.

Leo Kim (6):
  staging: wilc1000: remove a macro WILC_NULLCHECK
  staging: wilc1000: remove the macro WILC_ERRORCHECK
  staging: wilc1000: remove the macro WILC_ERRORREPORT
  staging: wilc1000: remove definitions unused
  staging: wilc1000: replace wilc error types with the generic error
    types
  staging: wilc1000: remove wilc_errorsupport.h

 drivers/staging/wilc1000/coreconfigurator.c       |   28 +-
 drivers/staging/wilc1000/host_interface.c         | 1115 +++++++++------------
 drivers/staging/wilc1000/linux_mon.c              |   14 +-
 drivers/staging/wilc1000/linux_wlan.c             |    2 +-
 drivers/staging/wilc1000/wilc_errorsupport.h      |   64 --
 drivers/staging/wilc1000/wilc_msgqueue.c          |  113 ++-
 drivers/staging/wilc1000/wilc_msgqueue.h          |    1 -
 drivers/staging/wilc1000/wilc_oswrapper.h         |    3 -
 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c |  133 ++-
 9 files changed, 616 insertions(+), 857 deletions(-)
 delete mode 100644 drivers/staging/wilc1000/wilc_errorsupport.h

-- 
1.9.1

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to