diff options
Diffstat (limited to 'net/caif/cfserl.c')
-rw-r--r-- | net/caif/cfserl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/caif/cfserl.c b/net/caif/cfserl.c index 8e68b97f13ee..147c232b1285 100644 --- a/net/caif/cfserl.c +++ b/net/caif/cfserl.c | |||
@@ -29,7 +29,7 @@ struct cfserl { | |||
29 | static int cfserl_receive(struct cflayer *layr, struct cfpkt *pkt); | 29 | static int cfserl_receive(struct cflayer *layr, struct cfpkt *pkt); |
30 | static int cfserl_transmit(struct cflayer *layr, struct cfpkt *pkt); | 30 | static int cfserl_transmit(struct cflayer *layr, struct cfpkt *pkt); |
31 | static void cfserl_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl, | 31 | static void cfserl_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl, |
32 | int phyid); | 32 | int phyid); |
33 | 33 | ||
34 | struct cflayer *cfserl_create(int instance, bool use_stx) | 34 | struct cflayer *cfserl_create(int instance, bool use_stx) |
35 | { | 35 | { |
@@ -182,7 +182,7 @@ static int cfserl_transmit(struct cflayer *layer, struct cfpkt *newpkt) | |||
182 | } | 182 | } |
183 | 183 | ||
184 | static void cfserl_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl, | 184 | static void cfserl_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl, |
185 | int phyid) | 185 | int phyid) |
186 | { | 186 | { |
187 | layr->up->ctrlcmd(layr->up, ctrl, phyid); | 187 | layr->up->ctrlcmd(layr->up, ctrl, phyid); |
188 | } | 188 | } |