Loading net/irda/irttp.c +1 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,7 @@ int __init irttp_init(void) if (!irttp->tsaps) { IRDA_ERROR("%s: can't allocate IrTTP hashbin!\n", __FUNCTION__); kfree(irttp); return -ENOMEM; } Loading Loading
net/irda/irttp.c +1 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,7 @@ int __init irttp_init(void) if (!irttp->tsaps) { IRDA_ERROR("%s: can't allocate IrTTP hashbin!\n", __FUNCTION__); kfree(irttp); return -ENOMEM; } Loading