Loading drivers/net/wan/hdlc_fr.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -182,7 +182,7 @@ static inline pvc_device* find_pvc(hdlc_device *hdlc, u16 dlci) if (pvc->dlci == dlci) if (pvc->dlci == dlci) return pvc; return pvc; if (pvc->dlci > dlci) if (pvc->dlci > dlci) return NULL; /* the listed is sorted */ return NULL; /* the list is sorted */ pvc = pvc->next; pvc = pvc->next; } } Loading Loading
drivers/net/wan/hdlc_fr.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -182,7 +182,7 @@ static inline pvc_device* find_pvc(hdlc_device *hdlc, u16 dlci) if (pvc->dlci == dlci) if (pvc->dlci == dlci) return pvc; return pvc; if (pvc->dlci > dlci) if (pvc->dlci > dlci) return NULL; /* the listed is sorted */ return NULL; /* the list is sorted */ pvc = pvc->next; pvc = pvc->next; } } Loading