projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6026771
)
staging: rtl8821ae: fix pointer coding style
author
Levente Kurusa
<levex@linux.com>
Sat, 10 May 2014 11:39:32 +0000
(13:39 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 23 May 2014 12:32:28 +0000
(21:32 +0900)
Found by checkpatch.
Signed-off-by: Levente Kurusa <levex@linux.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8821ae/pci.c
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8821ae/pci.c
b/drivers/staging/rtl8821ae/pci.c
index 94f72832a83881d0a9c695e58dc2ae0684206ba2..eef3ebcd78afa84c7798daac6acdeccbb16f9bf5 100644
(file)
--- a/
drivers/staging/rtl8821ae/pci.c
+++ b/
drivers/staging/rtl8821ae/pci.c
@@
-392,7
+392,7
@@
static u8 _rtl_pci_get_pciehdr_offset(struct ieee80211_hw *hw)
pcicfg_addr_port +
(num4bytes << 2));
rtl_pci_raw_read_port_ushort(PCI_CONF_DATA,
- (u16*)&capability_hdr);
+ (u16
*)&capability_hdr);
/* Found the PCI express capability. */
if (capability_hdr.capability_id ==
PCI_CAPABILITY_ID_PCI_EXPRESS)