diff options
Diffstat (limited to 'net/caif/cffrml.c')
-rw-r--r-- | net/caif/cffrml.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/caif/cffrml.c b/net/caif/cffrml.c index 0a7df7ef062d..8bc7caa28e64 100644 --- a/net/caif/cffrml.c +++ b/net/caif/cffrml.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * CAIF Framing Layer. | 2 | * CAIF Framing Layer. |
3 | * | 3 | * |
4 | * Copyright (C) ST-Ericsson AB 2010 | 4 | * Copyright (C) ST-Ericsson AB 2010 |
5 | * Author: Sjur Brendeland/sjur.brandeland@stericsson.com | 5 | * Author: Sjur Brendeland |
6 | * License terms: GNU General Public License (GPL) version 2 | 6 | * License terms: GNU General Public License (GPL) version 2 |
7 | */ | 7 | */ |
8 | 8 | ||
@@ -28,7 +28,7 @@ struct cffrml { | |||
28 | static int cffrml_receive(struct cflayer *layr, struct cfpkt *pkt); | 28 | static int cffrml_receive(struct cflayer *layr, struct cfpkt *pkt); |
29 | static int cffrml_transmit(struct cflayer *layr, struct cfpkt *pkt); | 29 | static int cffrml_transmit(struct cflayer *layr, struct cfpkt *pkt); |
30 | static void cffrml_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl, | 30 | static void cffrml_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl, |
31 | int phyid); | 31 | int phyid); |
32 | 32 | ||
33 | static u32 cffrml_rcv_error; | 33 | static u32 cffrml_rcv_error; |
34 | static u32 cffrml_rcv_checsum_error; | 34 | static u32 cffrml_rcv_checsum_error; |
@@ -167,7 +167,7 @@ static int cffrml_transmit(struct cflayer *layr, struct cfpkt *pkt) | |||
167 | } | 167 | } |
168 | 168 | ||
169 | static void cffrml_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl, | 169 | static void cffrml_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl, |
170 | int phyid) | 170 | int phyid) |
171 | { | 171 | { |
172 | if (layr->up && layr->up->ctrlcmd) | 172 | if (layr->up && layr->up->ctrlcmd) |
173 | layr->up->ctrlcmd(layr->up, ctrl, layr->id); | 173 | layr->up->ctrlcmd(layr->up, ctrl, layr->id); |