linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: rtl8723au: fix/clean up two functions
@ 2015-06-30 21:52 Michel von Czettritz
  2015-06-30 21:53 ` [PATCH 1/3] staging: rtl8723au: adjust function param, u8* to u32* Michel von Czettritz
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Michel von Czettritz @ 2015-06-30 21:52 UTC (permalink / raw)
  To: gregkh; +Cc: Jes.Sorensen, Larry.Finger, devel, linux-wireless

Initialy fixing a sparse warning, resulted in 3 small patches cleaning
rtl8723a_set_rssi_cmd an rtl8723a_set_raid_cmd up a bit.

Both functions now avoid implicit casts, return actual values, and
rtl8723a_set_rssi_cmd cannot write in unallocated memory any more.

Michel von Czettritz (3):
  staging: rtl8723au: adjust function param, u8* to u32*
  staging: rtl8723au: fix "incorrect type in assignment"
  staging: rtl8723au: function no longer discards return value

 drivers/staging/rtl8723au/hal/odm.c              |  2 +-
 drivers/staging/rtl8723au/hal/rtl8723a_cmd.c     | 18 ++++++++----------
 drivers/staging/rtl8723au/include/rtl8723a_cmd.h |  2 +-
 3 files changed, 10 insertions(+), 12 deletions(-)

-- 
2.4.5


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

end of thread, other threads:[~2015-07-02  2:00 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-30 21:52 [PATCH 0/3] staging: rtl8723au: fix/clean up two functions Michel von Czettritz
2015-06-30 21:53 ` [PATCH 1/3] staging: rtl8723au: adjust function param, u8* to u32* Michel von Czettritz
2015-06-30 21:54 ` [PATCH 2/3] staging: rtl8723au: fix "incorrect type in assignment" Michel von Czettritz
2015-07-01  7:06   ` Sudip Mukherjee
2015-07-01  7:56   ` Dan Carpenter
2015-07-01 20:34     ` Jes Sorensen
2015-07-01 20:31   ` Jes Sorensen
2015-07-01 23:36     ` Michel von Czettritz
2015-07-02  2:00       ` Jes Sorensen
2015-06-30 21:54 ` [PATCH 3/3] staging: rtl8723au: function no longer discards return value Michel von Czettritz
2015-07-01  7:12   ` Sudip Mukherjee
2015-07-01  7:50     ` Dan Carpenter
2015-07-01  8:08       ` Sudip Mukherjee
2015-07-01 16:50         ` Michel von Czettritz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).