Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 144913 | Differences between
and this patch

Collapse All | Expand All

(-)nozomi_2.21alpha_060917.orig/nozomi.c (-1 / +1 lines)
Lines 1733-1739 Link Here
1733
		BUG_ON(!dc->tty_flip_wq);
1733
		BUG_ON(!dc->tty_flip_wq);
1734
		return -ENOMEM;
1734
		return -ENOMEM;
1735
	}
1735
	}
1736
	INIT_WORK(&dc->tty_flip_wq_struct, tty_flip_queue_function, dc);
1736
	INIT_WORK(&dc->tty_flip_wq_struct, tty_flip_queue_function);
1737
#endif
1737
#endif
1738
	spin_lock_init(&dc->spin_mutex);
1738
	spin_lock_init(&dc->spin_mutex);
1739
	make_proc_dirs();
1739
	make_proc_dirs();

Return to bug 144913