aboutsummaryrefslogtreecommitdiffstats
path: root/net/atm/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/atm/common.c')
-rw-r--r--net/atm/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atm/common.c b/net/atm/common.c
index 7b491006eaf4..6a765156a3f6 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)
300 max_sdu = ATM_MAX_AAL34_PDU; 300 max_sdu = ATM_MAX_AAL34_PDU;
301 break; 301 break;
302 default: 302 default:
303 pr_warning("AAL problems ... (%d)\n", aal); 303 pr_warn("AAL problems ... (%d)\n", aal);
304 /* fall through */ 304 /* fall through */
305 case ATM_AAL5: 305 case ATM_AAL5:
306 max_sdu = ATM_MAX_AAL5_PDU; 306 max_sdu = ATM_MAX_AAL5_PDU;