summaryrefslogtreecommitdiff
path: root/ring_tx.h
AgeCommit message (Expand)AuthorFilesLines
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+40
>mode:
authorJohan Hovold <johan@hovoldconsulting.com>2016-07-19 15:24:50 +0200
committerGreg Kroah-Hartman <gregkh@google.com>2016-07-19 19:06:34 -0700
commit6633d80afbeecd91d5d786d6fbb32cdb8bc0a567 (patch)
tree846205eed426faa3f6e52d593d632523fe618aed
parentc80a982fc1f8b2b1546c4b2acc08ffd543f6f6c5 (diff)
greybus: module: suppress activation error message for dummy interfaces
We currently handle dummy interfaces by deactivating them using activation error paths, but we don't want the corresponding module_inserted error message to be printed. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat
-rw-r--r--drivers/staging/greybus/module.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/staging/greybus/module.c b/drivers/staging/greybus/module.c