diff options
Diffstat (limited to 'net/caif/cffrml.c')
-rw-r--r-- | net/caif/cffrml.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/caif/cffrml.c b/net/caif/cffrml.c index 0a7df7ef062d..204c5e226a61 100644 --- a/net/caif/cffrml.c +++ b/net/caif/cffrml.c | |||
@@ -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); |