diff options
author | Joe Perches <joe@perches.com> | 2014-09-09 21:17:28 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-09-10 12:40:10 -0700 |
commit | ef423a410943dab9198ec1d7d9558cb53a9569cc (patch) | |
tree | fbb8ecefe8839ea5597606f253c51f27a2fff7cd /net/atm/common.c | |
parent | 6618ec6f742955dcddb71091ec461fbd5fec9fd3 (diff) | |
download | op-kernel-dev-ef423a410943dab9198ec1d7d9558cb53a9569cc.zip op-kernel-dev-ef423a410943dab9198ec1d7d9558cb53a9569cc.tar.gz |
atm: Convert pr_warning to pr_warn
Use the more common pr_warn.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/atm/common.c')
-rw-r--r-- | net/atm/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atm/common.c b/net/atm/common.c index 7b49100..6a76515 100644 --- a/net/atm/common.c +++ b/net/atm/common.c @@ -300,7 +300,7 @@ static int adjust_tp(struct atm_trafprm *tp, unsigned char aal) max_sdu = ATM_MAX_AAL34_PDU; break; default: - pr_warning("AAL problems ... (%d)\n", aal); + pr_warn("AAL problems ... (%d)\n", aal); /* fall through */ case ATM_AAL5: max_sdu = ATM_MAX_AAL5_PDU; |