Loading drivers/atm/firestream.c +1 −0 Original line number Diff line number Diff line Loading @@ -998,6 +998,7 @@ static int fs_open(struct atm_vcc *atm_vcc) error = make_rate (pcr, r, &tmc0, NULL); if (error) { kfree(tc); kfree(vcc); return error; } } Loading Loading
drivers/atm/firestream.c +1 −0 Original line number Diff line number Diff line Loading @@ -998,6 +998,7 @@ static int fs_open(struct atm_vcc *atm_vcc) error = make_rate (pcr, r, &tmc0, NULL); if (error) { kfree(tc); kfree(vcc); return error; } } Loading