summaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorHeiner Kallweit <hkallweit1@gmail.com>2021-08-06 23:13:29 +0200
committerWolfram Sang <wsa@kernel.org>2021-08-10 22:36:27 +0200
commit1a987c69ce2c5a406f7ef3713d3ed74a1af70c56 (patch)
tree480a425769dd3fabf1d8f55534f574c3096a96aa /scripts/basic
parent4e60d5dd10cd82014b26a40519b94444547ec95c (diff)
downloadkernel-1a987c69ce2c5a406f7ef3713d3ed74a1af70c56.tar.gz
i2c: i801: make p2sb_spinlock a mutex
p2sb_spinlock is used in i801_add_tco_spt() only, and in process context only. Therefore a mutex is sufficient, and we can make the definition local to i801_add_tco_spt(). Reviewed-by: Jean Delvare <jdelvare@suse.de> Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions
n in checksum setupPaul Durrant 2013-10-28ipv6: Remove privacy config option.David S. Miller 2013-10-10inet: includes a sock_common in request_sockEric Dumazet 2013-10-09ipv6: make lookups simpler and fasterEric Dumazet 2013-10-03inet: consolidate INET_TW_MATCHEric Dumazet 2013-08-29ipv6: drop fragmented ndisc packets by default (RFC 6980)Hannes Frederic Sowa 2013-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2013-08-20ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa 2013-08-13ipv6: make unsolicited report intervals configurable for mldHannes Frederic Sowa