Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp:
amd64_edac: Fix driver module removal

+3
+3
drivers/edac/edac_mc.c
··· 339 339 { 340 340 int status; 341 341 342 + if (mci->op_state != OP_RUNNING_POLL) 343 + return; 344 + 342 345 status = cancel_delayed_work(&mci->work); 343 346 if (status == 0) { 344 347 debugf0("%s() not canceled, flush the queue\n",