summaryrefslogtreecommitdiff
path: root/sig.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-08-09 11:43:52 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-08-09 11:44:59 +0200
commitaf0c1f5f89750f16054c988937e180764c411c20 (patch)
tree9b168ffbf33239499af8e67bfa2ad8b1f4840aa0 /sig.c
parentcd69ac14e478483f38d8ff9a6671e5f65ef5473a (diff)
promisc: Constify `ifname' parameters to {enter,leave}_promiscuous_mode()
The parameter `ifname' to {enter,leave}_promiscuous_mode() is never modified inside the functions, thus mark it as const. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'sig.c')
0 files changed, 0 insertions, 0 deletions
d>
sh_eth: rename EESIPR bits
Since the commit b0ca2a21f769 ("sh_eth: Add support of SH7763 to sh_eth") the *enum* declaring the EESIPR bits (interrupt mask) went out of sync with the *enum* declaring the EESR bits (interrupt status) WRT bit naming and formatting. I'd like to restore the consistency by using EESIPR as the bit name prefix, renaming the *enum* to EESIPR_BIT, and (finally) renaming the bits according to the available Renesas SH77{34|63} manuals; additionally, reconstruct couple names using the EESR bit declaration above... Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'sound/isa/sb/jazz16.c')