commit | fcf8f4eb81fb266f56505e821591070becc9eeb0 | [log] [tgz] |
---|---|---|
author | Taehee Yoo <ap420073@gmail.com> | Wed Mar 04 23:25:22 2020 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 05 11:47:10 2020 -0800 |
tree | 692784ced5f8ce3c824bca1c9b3168319deb7147 | |
parent | eed22a0685d651fc531bc63f215bb2a71d4b98e5 [diff] |
net: rmnet: print error message when command fails When rmnet netlink command fails, it doesn't print any error message. So, users couldn't know the exact reason. In order to tell the exact reason to the user, the extack error message is used in this patch. Signed-off-by: Taehee Yoo <ap420073@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>