linux/arch/cris/arch-v32/drivers
Jesper Nilsson 999fb23ef8 CRISv32: Fix typo compile error in ARTPEC-3 gpio driver.
arch/cris/arch-v32/drivers/mach-a3/gpio.c:
+spin_lock_irqrestore(&gpio_lock, flags);
arch/cris/arch-v32/drivers/mach-a3/gpio.c:
+spin_lock_irqrestore(&gpio_lock, flags);

  should that not be "spin_unlock_irqrestore()"?

The code in question was inside an (most often) undefined ifdef.

Reported-by: "Robert P. J. Day" <rpjday@crashcourse.ca>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
2009-04-28 19:08:10 +02:00
..
mach-a3 CRISv32: Fix typo compile error in ARTPEC-3 gpio driver. 2009-04-28 19:08:10 +02:00
mach-fs [CRIS] Move header files from include to arch/cris/include. 2008-10-29 17:29:44 +01:00
pci [CRIS] Move header files from include to arch/cris/include. 2008-10-29 17:29:44 +01:00
Kconfig trivial: fix typos/grammar errors in Kconfig texts 2009-03-30 15:22:01 +02:00
Makefile CRIS v32: Remove common gpio and nandflash, add mach-fs and mach-a3 as subdirs. 2008-02-08 11:06:26 +01:00
axisflashmap.c CRIS v32: Update and improve axisflashmap 2008-02-08 11:06:25 +01:00
cryptocop.c Add a bunch of cycle_kernel_lock() calls 2008-06-20 14:05:53 -06:00
i2c.c Add a bunch of cycle_kernel_lock() calls 2008-06-20 14:05:53 -06:00
i2c.h CRIS v32: New version of I2C driver. 2008-02-08 11:06:25 +01:00
iop_fw_load.c chris: struct device - replace bus_id with dev_name(), dev_set_name() 2009-01-06 10:44:42 -08:00
pcf8563.c cris: use bcd2bin/bin2bcd 2008-10-20 08:52:41 -07:00
sync_serial.c cris: cdev lock_kernel() pushdown 2008-05-18 15:43:40 -06:00