OSDN Git Service

net: atm: Reduce the severity of logging in unlink_clip_vcc
authorAditya Pakki <pakki001@umn.edu>
Sun, 17 Nov 2019 20:28:36 +0000 (14:28 -0600)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Nov 2019 01:08:20 +0000 (17:08 -0800)
commit60f5c4aaae452ae9252128ef7f9ae222aa70c569
treea073029d67d0683fcaec8f1f6437ae44de2fcc39
parent34e59836565e36fade1464e054a3551c1a0364be
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>
net/atm/clip.c