All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] remove wilc_errorsupport.h from the wilc driver
@ 2015-09-15  2:53 Tony Cho
  2015-09-15  2:53 ` [PATCH 1/7] staging: wilc1000: remove definition WILC_IS_ERR Tony Cho
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Tony Cho @ 2015-09-15  2:53 UTC (permalink / raw)
  To: gregkh
  Cc: devel, linux-wireless, johnny.kim, chris.park, rachel.kim,
	tony.cho, glen.lee, leo.kim, austin.shin, adel.noureldin,
	adham.abozaeid, Nicolas.FERRE

This patch aims to remove the wilc_errorsupport.h which is unnecessary in the
wilc driver. This patch replaces the error types defined by wilc driver with
kernel generic error types and removes macros which handles the errors.

Leo Kim (7):
  staging: wilc1000: remove definition WILC_IS_ERR
  staging: wilc1000: remove definition WILC_NULLCHECK
  staging: wilc1000: remove definition WILC_ERRORCHECK
  staging: wilc1000: remove definition WILC_ERRORREPORT
  staging: wilc1000: remove definitions unused
  staging: wilc1000: replace wilc error types with kernel generic error
    type.
  staging: wilc1000: remove wilc_errorsupport

 drivers/staging/wilc1000/coreconfigurator.c       |   30 +-
 drivers/staging/wilc1000/host_interface.c         | 1166 +++++++++------------
 drivers/staging/wilc1000/linux_mon.c              |   14 +-
 drivers/staging/wilc1000/linux_wlan.c             |    2 +-
 drivers/staging/wilc1000/wilc_errorsupport.h      |   65 --
 drivers/staging/wilc1000/wilc_msgqueue.c          |  112 +-
 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, 643 insertions(+), 883 deletions(-)
 delete mode 100644 drivers/staging/wilc1000/wilc_errorsupport.h

-- 
1.9.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-09-15 13:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-15  2:53 [PATCH 0/7] remove wilc_errorsupport.h from the wilc driver Tony Cho
2015-09-15  2:53 ` [PATCH 1/7] staging: wilc1000: remove definition WILC_IS_ERR Tony Cho
2015-09-15  2:53 ` [PATCH 2/7] staging: wilc1000: remove definition WILC_NULLCHECK Tony Cho
2015-09-15 13:45   ` Greg KH
2015-09-15  2:53 ` [PATCH 3/7] staging: wilc1000: remove definition WILC_ERRORCHECK Tony Cho
2015-09-15  2:53 ` [PATCH 4/7] staging: wilc1000: remove definition WILC_ERRORREPORT Tony Cho
2015-09-15  2:53 ` [PATCH 5/7] staging: wilc1000: remove definitions unused Tony Cho
2015-09-15  2:53 ` [PATCH 6/7] staging: wilc1000: replace wilc error types with kernel generic error type Tony Cho
2015-09-15  2:53 ` [PATCH 7/7] staging: wilc1000: remove wilc_errorsupport Tony Cho
2015-09-15  6:27 ` [PATCH 0/7] remove wilc_errorsupport.h from the wilc driver Sudip Mukherjee
2015-09-15  6:50   ` Tony Cho

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.