Re: [PATCH] drivers/input/keyboard: convert to dynamic input_dev allocation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 2005-10-27 23:30:24 -0700, Greg KH <[email protected]> wrote:
> diff --git a/drivers/input/keyboard/lkkbd.c b/drivers/input/keyboard/lkkbd.c
> index 098963c..7f06780 100644
> @@ -435,14 +434,14 @@ lkkbd_interrupt (struct serio *serio, un
>  
>  	switch (data) {
>  		case LK_ALL_KEYS_UP:
> -			input_regs (&lk->dev, regs);
> +			input_regs (lk->dev, regs);
>  			for (i = 0; i < ARRAY_SIZE (lkkbd_keycode); i++)
>  				if (lk->keycode[i] != KEY_RESERVED)
> -					input_report_key (&lk->dev, lk->keycode[i], 0);
> -			input_sync (&lk->dev);
> +					input_report_key (lk->dev, lk->keycode[i], 0);
> +			input_sync (lk->dev);
>  			break;
>  		case LK_METRONOME:
> -			DBG (KERN_INFO "Got LK_METRONOME and don't "
> +			DBG (KERN_INFO "Got %#d and don't "
>  					"know how to handle...\n");
>  			break;
>  		case LK_OUTPUT_ERROR:

The format change (%#d) should take an argument on stack, shouldn't
it? But there's nothing pushed? ...or is it just a typo?

MfG, JBG

-- 
Jan-Benedict Glaw       [email protected]    . +49-172-7608481             _ O _
"Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur | Gegen Krieg  _ _ O
 für einen Freien Staat voll Freier Bürger"  | im Internet! |   im Irak!   O O O
ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));

Attachment: signature.asc
Description: Digital signature


[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux