commit | 60f5c4aaae452ae9252128ef7f9ae222aa70c569 | [log] [tgz] |
---|---|---|
author | Aditya Pakki <pakki001@umn.edu> | Sun Nov 17 14:28:36 2019 -0600 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 18 17:08:20 2019 -0800 |
tree | a073029d67d0683fcaec8f1f6437ae44de2fcc39 | |
parent | 34e59836565e36fade1464e054a3551c1a0364be [diff] |
net: atm: Reduce the severity of logging in unlink_clip_vcc In case of errors in unlink_clip_vcc, the logging level is set to pr_crit but failures in clip_setentry are handled by pr_err(). The patch changes the severity consistent across invocations. Signed-off-by: Aditya Pakki <pakki001@umn.edu> Signed-off-by: David S. Miller <davem@davemloft.net>