o u8.
The second patch also changes struct rt_8723a_firmware_hdr by making its other
fields use the __leXX types in order to fix some sparse warnings.
Daniele Alessandrelli (2):
staging: rtl8723au: include/rtl8723a_hal.h: fix Rsvd1 size in fw
header struct
staging: rtl8723au: include/rtl8
/rtl8723a_hal_init.c:277:13: warning: cast to
restricted __le16
Signed-off-by: Daniele Alessandrelli
---
drivers/staging/rtl8723au/include/rtl8723a_hal.h | 17 +
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/drivers/staging/rtl8723au/include/rtl8723a_hal.h
b/drivers
The size of field Rsvd1 in struct rt_8723a_firmware_hdr should be u8
otherwise we exceeds the boundaries of "LONG WORD 0". This patch fixes
the issue.
Signed-off-by: Daniele Alessandrelli
---
drivers/staging/rtl8723au/include/rtl8723a_hal.h | 2 +-
1 file changed, 1 insertion(+),
On June 15, 2015 7:47:41 AM GMT+02:00, Sudip Mukherjee
wrote:
>On Sun, Jun 14, 2015 at 11:26:35PM +0200, Daniele Alessandrelli wrote:
>> This patch makes field in struct rt_8723a_firmware_hdr use
>endianness-aware
>> types (__leXX), thus fixing the followi
the __leXX types in order to fix some sparse warnings.
Daniele Alessandrelli (2):
staging: rtl8723au: include/rtl8723a_hal.h: fix Rsvd1 size in fw
header struct
staging: rtl8723au: include/rtl8723a_hal.h: use __leXX types in fw
header struct
drivers/staging/rtl8723au/include/rtl8723a_
The size of field Rsvd1 in struct rt_8723a_firmware_hdr should be u8
otherwise we exceeds the boundaries of "LONG WORD 0". This patch fixes
the issue.
Signed-off-by: Daniele Alessandrelli
Acked-by: Jes Sorensen
---
drivers/staging/rtl8723au/include/rtl8723a_hal.h | 2 +-
1 file
/rtl8723a_hal_init.c:277:13: warning: cast to
restricted __le16
Signed-off-by: Daniele Alessandrelli
---
drivers/staging/rtl8723au/include/rtl8723a_hal.h | 19 +++
1 file changed, 11 insertions(+), 8 deletions(-)
==Changelog==
v2: corrected style of multi-line comment
v1: initial
cally, the function ft1000_read_dsp_timer() is
introduced to replace a recurring block of code used for reading the DSP
timer value.
Daniele Alessandrelli (2):
ft1000-pcmcia: ft1000_hw.c: fix style issues not requiring code
refactoring
ft1000-pcmcia: ft1000_hw.c: code refact
Add new function ft1000_read_dsp_timer() replacing recurring code block for
reading DSP timer. Such code refactoring solves all remaining "line over 80
characters" warnings reported by checkpatch.pl.
Signed-off-by: Daniele Alessandrelli
---
drivers/staging/ft1000/ft1000-pcmcia/ft1000_
Fix all the trivial style issues (as reported by checkpatch.pl) not requiring
code refactoring. A following patch is expected to fix the remaining issues by
performing some code refactoring.
Signed-off-by: Daniele Alessandrelli
---
drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 521
cally, the function ft1000_read_dsp_timer() is
introduced to replace a recurring block of code used for reading the DSP
timer value.
This updated version of the patchset should apply cleanly to Greg's Tree.
Daniele Alessandrelli (2):
ft1000-pcmcia: ft1000_hw.c: fix style issues not
Fix all the trivial style issues (as reported by checkpatch.pl) not requiring
code refactoring. A following patch is expected to fix the remaining issues by
performing some code refactoring.
Signed-off-by: Daniele Alessandrelli
---
drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 455
Add new function ft1000_read_dsp_timer() replacing recurring code block for
reading DSP timer. Such code refactoring solves all remaining "line over 80
characters" warnings reported by checkpatch.pl.
Signed-off-by: Daniele Alessandrelli
---
drivers/staging/ft1000/ft1000-pcmcia/ft1000_
I'm sorry. I just realized I sent the wrong patch. This one is
embarrassingly wrong :/
I'm going to resend the whole patchset tonight or tomorrow.
Please excuse me for the mess :/
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxd
Fix all the trivial style issues (as reported by checkpatch.pl) not requiring
code refactoring. A following patch is expected to fix the remaining issues by
performing some code refactoring.
Signed-off-by: Daniele Alessandrelli
---
drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 455
cally, the function ft1000_read_dsp_timer() is
introduced to replace a recurring block of code used for reading the DSP
timer value.
This updated version of the patchset should apply cleanly to Greg's Tree.
Daniele Alessandrelli (2):
ft1000-pcmcia: ft1000_hw.c: fix style issues not
Add new function ft1000_read_dsp_timer() replacing recurring code block for
reading DSP timer. Such code refactoring solves all remaining "line over 80
characters" warnings reported by checkpatch.pl.
Signed-off-by: Daniele Alessandrelli
---
drivers/staging/ft1000/ft1000-pcmcia/ft1000_
Fix all checkpatch "braces {} are not necessary" warnings for
rtl8723au/hal/rtl8723a_hal_init.c
Signed-off-by: Daniele Alessandrelli
---
drivers/staging/rtl8723au/hal/rtl8723a_hal_init.c | 40 ---
1 file changed, 14 insertions(+), 26 deletions(-)
diff --git
cally, the function ft1000_read_dsp_timer() is
introduced to replace a recurring block of code used for reading the DSP
timer value.
This updated version of the patchset should apply cleanly to Greg's
staging-testing tree.
Daniele Alessandrelli (2):
ft1000-pcmcia: ft1000_hw.c: fix s
Fix all the trivial style issues (as reported by checkpatch.pl) not requiring
code refactoring. A following patch is expected to fix the remaining issues by
performing some code refactoring.
Signed-off-by: Daniele Alessandrelli
---
drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 199
Add new function ft1000_read_dsp_timer() replacing recurring code block for
reading DSP timer. Such code refactoring solves all remaining "line over 80
characters" warnings reported by checkpatch.pl.
Signed-off-by: Daniele Alessandrelli
---
drivers/staging/ft1000/ft1000-pcmcia/ft1000_
Add new function ft1000_read_dsp_timer() replacing recurring code block for
reading DSP timer. Such code refactoring solves all remaining "line over 80
characters" warnings reported by checkpatch.pl.
Signed-off-by: Daniele Alessandrelli
---
drivers/staging/ft1000/ft1000-pcmcia/ft1000_
cally, the function ft1000_read_dsp_timer() is
introduced to replace a recurring block of code used for reading the DSP
timer value.
This updated version of the patchset should apply cleanly to Greg's
staging-testing tree.
Thanks to Greg and Giedrius for the feedback they provided so
Fix all the trivial style issues (as reported by checkpatch.pl) not requiring
code refactoring. A following patch is expected to fix the remaining issues by
performing some code refactoring.
Signed-off-by: Daniele Alessandrelli
---
drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 189
24 matches
Mail list logo