Re: [alsa-devel] [PATCH 1/3] sound: usb: line6: Replace mdelay with msleep in line6_read_data

2018-03-18 Thread Ladislav Michl
On Sun, Mar 18, 2018 at 10:51:33PM +0800, Jia-Ju Bai wrote: > line6_read_data() is never called in atomic context. > > The call chains ending up at line6_read_data() are: > [1] line6_read_data() <- line6_read_serial_number() -> pod_startup4() > [2] line6_read_data() <- line6_read_serial_number()

Re: [alsa-devel] [PATCH 1/3] sound: usb: line6: Replace mdelay with msleep in line6_read_data

2018-03-18 Thread Ladislav Michl
On Sun, Mar 18, 2018 at 10:51:33PM +0800, Jia-Ju Bai wrote: > line6_read_data() is never called in atomic context. > > The call chains ending up at line6_read_data() are: > [1] line6_read_data() <- line6_read_serial_number() -> pod_startup4() > [2] line6_read_data() <- line6_read_serial_number()

[PATCH 1/3] sound: usb: line6: Replace mdelay with msleep in line6_read_data

2018-03-18 Thread Jia-Ju Bai
line6_read_data() is never called in atomic context. The call chains ending up at line6_read_data() are: [1] line6_read_data() <- line6_read_serial_number() -> pod_startup4() [2] line6_read_data() <- line6_read_serial_number() <- podhd_startup_workqueue() [3] line6_read_data() <-

[PATCH 1/3] sound: usb: line6: Replace mdelay with msleep in line6_read_data

2018-03-18 Thread Jia-Ju Bai
line6_read_data() is never called in atomic context. The call chains ending up at line6_read_data() are: [1] line6_read_data() <- line6_read_serial_number() -> pod_startup4() [2] line6_read_data() <- line6_read_serial_number() <- podhd_startup_workqueue() [3] line6_read_data() <-