summaryrefslogtreecommitdiff
path: root/scripts/package/gen-diff-patch
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2025-05-16 15:32:09 +0200
committerMark Brown <broonie@kernel.org>2025-05-19 11:55:23 +0100
commitb4eec5cdf112e3a4e286fb79fe507b09e2fca66f (patch)
tree19a5231d69c84f5376b3b5e250fc772feefa9939 /scripts/package/gen-diff-patch
parent3dd5ed19a2e8283f9ead5f2fd09b267a337ab86d (diff)
downloadkernel-b4eec5cdf112e3a4e286fb79fe507b09e2fca66f.tar.gz
spi: sh-msiof: Make words/bits unsigned in sh_msiof_spi_txrx_once()
Make the words and bits parameters of sh_msiof_spi_txrx_once() unsigned, as that matches what is passed by the caller. This allows us to replace min_t() by the safer min(). Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/30eff1052642a4bcb0f1bc4bed7aae25d355a7dc.1747401908.git.geert+renesas@glider.be Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts/package/gen-diff-patch')
0 files changed, 0 insertions, 0 deletions
tr>2011-02-09pch_gbe: Fix the issue which a driver locks when rx offload is set by ethtoolToshiharu Okada 2011-01-24pch_gbe: don't use flush_scheduled_work()Tejun Heo 2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller 2010-12-06net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław 2010-11-29pch_gbe driver: The wrong of initializer entryToshiharu Okada 2010-11-29pch_gbe dreiver: chang authorToshiharu Okada 2010-11-27drivers/net: use vzalloc()Eric Dumazet 2010-10-21pch_gbe: make local functions staticstephen hemminger 2010-10-17drivers/net/pch_gbe: Use DEFINE_PCI_DEVICE_TABLEJoe Perches 2010-10-16pch_gbe: fix if condition in set_settings()Dan Carpenter 2010-10-11NET: pch, fix use after freeJiri Slaby 2010-09-28pch_gbe: add header filesRandy Dunlap 2010-09-24net: Add Gigabit Ethernet driver of Topcliff PCHMasayuki Ohtake