You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: Input: ads7846 - SPI_CPHA mode bugfix Input: ads7846 - document that it handles tsc2046 too Input: input-polldev - add module info Input: ucb1x00-ts - remove commented out code Input: ucb1400_ts - use sched_setscheduler() Input: ALPS - force stream mode Input: iforce - minor clean-ups Input: iforce - fix force feedback not working Input: adbhid - do not access input_dev->private directly Input: logips2pp - add type 72 (PS/2 TrackMan Marble)
This commit is contained in:
@@ -207,16 +207,7 @@ static int ucb1x00_thread(void *_ts)
|
||||
struct ucb1x00_ts *ts = _ts;
|
||||
struct task_struct *tsk = current;
|
||||
DECLARE_WAITQUEUE(wait, tsk);
|
||||
int valid;
|
||||
|
||||
/*
|
||||
* We could run as a real-time thread. However, thus far
|
||||
* this doesn't seem to be necessary.
|
||||
*/
|
||||
// tsk->policy = SCHED_FIFO;
|
||||
// tsk->rt_priority = 1;
|
||||
|
||||
valid = 0;
|
||||
int valid = 0;
|
||||
|
||||
add_wait_queue(&ts->irq_wait, &wait);
|
||||
while (!kthread_should_stop()) {
|
||||
|
||||
Reference in New Issue
Block a user