Revision 02a896ca84874bbfcedc006303f2951dda89b298 authored by Aditya Pakki on 05 December 2019, 23:04:49 UTC, committed by David S. Miller on 07 December 2019, 19:52:23 UTC
Passing NULL to pppoe_pernet causes a crash via BUG_ON.
Dereferencing net in net_generici() also has the same effect. This patch
removes the redundant BUG_ON check on the same parameter.

Signed-off-by: Aditya Pakki <pakki001@umn.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 5532946
History
File Mode Size
Makefile -rw-r--r-- 103 bytes
clk-flexgen.c -rw-r--r-- 9.1 KB
clkgen-fsyn.c -rw-r--r-- 23.9 KB
clkgen-mux.c -rw-r--r-- 2.2 KB
clkgen-pll.c -rw-r--r-- 18.5 KB
clkgen.h -rw-r--r-- 1.2 KB

back to top