sbin/mount_hammer: Add missing switch case from bab16452
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 16 Oct 2016 04:01:54 +0000 (13:01 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 16 Oct 2016 04:09:24 +0000 (13:09 +0900)
commit2998e5e0f2a1d4e80d4c992fb8d92f8cd800da23
treef8d4b88bfa82f2f63612c839c2261db1a9772735
parentbab164521f74e39f8e747aec76bd5ede254070dd
sbin/mount_hammer: Add missing switch case from bab16452

The previous commit bab16452 needed 1..15 case for expected values,
so as not to show an irrelevant message via default case.
sbin/mount_hammer/mount_hammer.c