insmod: do support -f
authorPhilippe De Swert <philippe.deswert@jollamobile.com>
Wed, 7 Oct 2015 15:36:58 +0000 (18:36 +0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Sun, 25 Oct 2015 15:57:17 +0000 (13:57 -0200)
commit2b2a503e4ff02b385ff6de9741a6b6afae910f11
tree8e91e4a96b63e328d620feef4edb234cf2f0f9fd
parentf7f28510244e22c3676cea40f55dbed6338005f3
insmod: do support -f

The -f switch is accepted by insmod, but silently ignored. This
causes the user to wonder why things don't work. As insmod is
most often used with "evil" modules, -f is almost default and
thus needs to work.

Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
tools/insmod.c