Signed-off-by: Marc-Antoine Perennou <[email protected]>
---
 tools/insmod.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/insmod.c b/tools/insmod.c
index 045fd2c..c422971 100644
--- a/tools/insmod.c
+++ b/tools/insmod.c
@@ -81,6 +81,8 @@ static int do_insmod(int argc, char *argv[])
                switch (c) {
                case 'p':
                case 's':
+                       /* ignored, for compatibility only */
+                       break;
                case 'f':
                        flags |= KMOD_PROBE_FORCE_MODVERSION;
                        flags |= KMOD_PROBE_FORCE_VERMAGIC;
-- 
2.6.3

--
To unsubscribe from this list: send the line "unsubscribe linux-modules" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to