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 tag 'staging-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging

Pull staging driver fix from Greg KH:
"Here is a single staging driver fix for a reported problem that showed
up in 5.19-rc1 in the wlan-ng driver. It has been in linux-next for a
week with no reported problems"

* tag 'staging-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging:
staging/wlan-ng: get the correct struct hfa384x in work callback

+1 -1
+1 -1
drivers/staging/wlan-ng/hfa384x_usb.c
··· 2632 2632 */ 2633 2633 static void hfa384x_usbctlx_completion_task(struct work_struct *work) 2634 2634 { 2635 - struct hfa384x *hw = container_of(work, struct hfa384x, reaper_bh); 2635 + struct hfa384x *hw = container_of(work, struct hfa384x, completion_bh); 2636 2636 struct hfa384x_usbctlx *ctlx, *temp; 2637 2637 unsigned long flags; 2638 2638