Commit 64a2c3ac authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

usb-driver: quiet down messages

parent 0c9c9d2e
...@@ -10,7 +10,7 @@ module="usbtmc" ...@@ -10,7 +10,7 @@ module="usbtmc"
# Find major number used # Find major number used
major=$(cat /proc/devices | grep USBTMCCHR | awk '{print $1}') major=$(cat /proc/devices | grep USBTMCCHR | awk '{print $1}')
echo Using major number $major #echo Using major number $major
# Remove old device files # Remove old device files
rm -f /dev/${module}[0-9] rm -f /dev/${module}[0-9]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment