Hi,
I got compile warning for following line ,
linux-2.6.22/drivers/isdn/capi/capidrv.c +2121
Which is
#warning FIXME: maybe a race condition the card should be removed here from global list /kkeil
Is this intentional ? or it should be fixed like
//warning FIXME: maybe a race condition the card should be removed here from global list /kkeil
Thanks.