daveriesz / ax99100

ASIX AX99100 PCIe Serial Interface Driver
2 stars 1 forks source link

definition of "DEFINE_SEMAPHORE()" macro changed with kernel 6.4.0 #5

Closed jnperlin closed 11 months ago

jnperlin commented 11 months ago

Hi Dave! The kernel guys did it again ;) With kernel v6.4.0 the definition of "DEFINE_SEMAPHORE(s)" changed to "DEFINE_SEMAPHORE(s,v)". Had to put in another preprocessor conditional branch for that. Would be swell if you could merge that to your repo...

daveriesz commented 11 months ago

Let me know how it works!