X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=net%2Firda%2Firlmp_frame.c;h=062e63b1c5c4cf32d8722e602975db4b15cbf2bd;hb=f1ebdd60cc73ed36fd977f7e719ce70d2f5cd1c0;hp=3750884094daf2996b04d89c2de7970cf7247113;hpb=1e42198609d73ed1a9adcba2af275c24c2678420;p=firefly-linux-kernel-4.4.55.git diff --git a/net/irda/irlmp_frame.c b/net/irda/irlmp_frame.c index 3750884094da..062e63b1c5c4 100644 --- a/net/irda/irlmp_frame.c +++ b/net/irda/irlmp_frame.c @@ -448,7 +448,7 @@ static struct lsap_cb *irlmp_find_lsap(struct lap_cb *self, __u8 dlsap_sel, (self->cache.slsap_sel == slsap_sel) && (self->cache.dlsap_sel == dlsap_sel)) { - return (self->cache.lsap); + return self->cache.lsap; } #endif