Re: [PATCH] fix wrong sized spinlock flags argument

2008-01-18 Thread Mauro Carvalho Chehab
On Thu, 17 Jan 2008 16:05:06 -0800 Daniel Walker <[EMAIL PROTECTED]> wrote: > > On Thu, 2008-01-17 at 15:48 -0800, Linus Torvalds wrote: > > Applied. > > > > However, the patch itself didn't apply cleanly, because in my souce tree, > > these two lines are in a different order: > > > > On Thu,

Re: [PATCH] fix wrong sized spinlock flags argument

2008-01-17 Thread Daniel Walker
On Thu, 2008-01-17 at 15:48 -0800, Linus Torvalds wrote: > Applied. > > However, the patch itself didn't apply cleanly, because in my souce tree, > these two lines are in a different order: > > On Thu, 17 Jan 2008, Daniel Walker wrote: > > > > pci_set_power_state(pci_dev, PCI_D0); > >

Re: [PATCH] fix wrong sized spinlock flags argument

2008-01-17 Thread Linus Torvalds
Applied. However, the patch itself didn't apply cleanly, because in my souce tree, these two lines are in a different order: On Thu, 17 Jan 2008, Daniel Walker wrote: > > pci_set_power_state(pci_dev, PCI_D0); > pci_restore_state(pci_dev); but I actually think your order is the *c

[PATCH] fix wrong sized spinlock flags argument

2008-01-17 Thread Daniel Walker
Correct wrong sized spinlock flags, form int to unsigned long. Signed-off-by: Daniel Walker <[EMAIL PROTECTED]> --- drivers/media/video/saa7134/saa7134-core.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.23/drivers/media/video/saa7134/saa7134-core.c