atm: iphase: fix misleading indention
authorTillmann Heidsieck <theidsieck@leenox.de>
Sat, 10 Oct 2015 19:47:19 +0000 (21:47 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Oct 2015 02:56:27 +0000 (19:56 -0700)
commitcbb41b91e68a302087762823136c9067138cff7c
tree8d7c4b34a369a781b57246a7fa9b3ae3e9a5160e
parent21e26ff993dea9dceaf0f19cfec4bef58387b0f2
atm: iphase: fix misleading indention

Fix a smatch warning:
drivers/atm/iphase.c:1178 rx_pkt() warn: curly braces intended?

The code is correct, the indention is misleading. In case the allocation
of skb fails, we want to skip to the end.

Signed-off-by: Tillmann Heidsieck <theidsieck@leenox.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/iphase.c