examples/msr/msr_unload
author Florian Pose <fp@igh-essen.com>
Fri, 27 Oct 2006 09:19:58 +0000
changeset 448 e4b76dc7910c
parent 232 f6594a07cdda
permissions -rwxr-xr-x
FIX: Introduced destroy() functions for kobject-derived classes and thus fixed memory leak.
#!/bin/sh
module="ec_msr_sample"
device="msr"

# invoke rmmod with all arguments we got
/sbin/rmmod $module $* || exit 1

# Remove stale nodes
rm -f /dev/${device} /dev/${device}0