Commit 77617bd8 authored by Domen Puncer's avatar Domen Puncer Committed by Linus Torvalds
Browse files

[PATCH] arch/i386/kernel/apm.c: fix sparse warnings

parent 3f3ae347
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -346,10 +346,10 @@ extern int (*console_blank_hook)(int);
struct apm_user {
	int		magic;
	struct apm_user *	next;
	int		suser: 1;
	int		writer: 1;
	int		reader: 1;
	int		suspend_wait: 1;
	unsigned int	suser: 1;
	unsigned int	writer: 1;
	unsigned int	reader: 1;
	unsigned int	suspend_wait: 1;
	int		suspend_result;
	int		suspends_pending;
	int		standbys_pending;