aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/debug/debug_core.c
diff options
context:
space:
mode:
authorKang Hu <hukangustc@gmail.com>2013-10-31 00:47:53 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2013-10-31 08:46:07 -0700
commit95079b8aa84015dc9032e42a1844dd78f76c3d2f (patch)
treeba22e5ac3ca0bdd98ddbdb893736f47a1d50aa38 /kernel/debug/debug_core.c
parentInput: mousedev - allow disabling even without CONFIG_EXPERT (diff)
Input: remove a redundant max() call
dev->hint_events_per_packet is guaranteed to be >= packet_size. so an extra max() call is not needed. Signed-off-by: Kang Hu <hukangustc@gmail.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'kernel/debug/debug_core.c')
0 files changed, 0 insertions, 0 deletions
Hubbe1-0/+7 2015-07-04NTB: Split ntb_hw_intel and ntb_transport driversAllen Hubbe1-24/+30 2015-07-02NTB: Move files in preparation for NTB abstractionAllen Hubbe1-3/+3 2014-06-06net: use ethtool_cmd_speed_set helper to set ethtool speed valueJiri Pirko1-1/+0 2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1 2014-04-07NTB: Code Style Clean-upJon Mason1-1/+1 2014-04-07NTB: client event cleanupJon Mason1-4/+12 2014-04-07ntb_netdev: Fix skb free issue in openJon Mason1-1/+3 2014-04-07ntb_netdev: Fix list_for_each_entry exit issueJon Mason1-2/+5 2013-05-15ntb_netdev: remove from list on exitJon Mason1-0/+2 2013-01-20ntb_netdev: Update VersionJon Mason1-1/+1 2013-01-20ntb_netdev: improve loggingJon Mason1-3/+2 2013-01-20ntb_netdev: remove tx timeoutJon Mason1-11/+0 2013-01-20ntb_netdev: correct skb leakJon Mason1-0/+1 2013-01-20ntb_netdev: remove init/exit from probe/removeJon Mason1-1/+1 2013-01-17ntb: remove __dev* markingsGreg Kroah-Hartman1-1/+1 2013-01-17net: Add support for NTB virtual ethernet deviceJon Mason1-0/+419