modprobe: delete perror_exit() that makes no sense
authorIsaac Dunham <ibid.ag@gmail.com>
Wed, 5 Aug 2015 02:23:55 +0000 (19:23 -0700)
committerRob Landley <rob@landley.net>
Sat, 8 Aug 2015 21:58:44 +0000 (16:58 -0500)
commitda8ad27856dfc6729dac8b6fe87d595a0eb9ca23
tree3304dec27833101e6541ca9a1bf11b479f690fe0
parent430bf378418e655b06d518a7cd62ae680301af80
modprobe: delete perror_exit() that makes no sense

Given modprobe -a, it's important to not exit early for a failure to
load a module; additionally, the rest of the code presumes that this
can fail without exiting.
toys/pending/modprobe.c