Hi!

A few unrelated improvements here, mostly trying to make random
configs build and W=1 produce a little less warnings under net/
and drivers net/.

First two patches fix set but not used warnings with W=1.

Next patch fixes 64bit division in sch_taprio.c.

Last two patches are getting rid of some (almost) unused asserts
in skbuff.h.

Jakub Kicinski (5):
  l2tp: fix set but not used variable
  sb1000: fix variable set but not used warnings
  net/sched: taprio: fix build without 64bit div
  net: gemini: remove unnecessary assert
  net: skb: remove unused asserts

 drivers/net/ethernet/cortina/gemini.c |  2 --
 drivers/net/sb1000.c                  |  9 +++------
 include/linux/skbuff.h                |  2 --
 net/l2tp/l2tp_ppp.c                   |  3 +--
 net/sched/sch_taprio.c                | 17 +++++++++++------
 5 files changed, 15 insertions(+), 18 deletions(-)

-- 
2.21.0

Reply via email to