linux-stable/arch/avr32
Haavard Skinnemoen 168c8fa32f AVR32: Fix thinko in generic_find_next_zero_le_bit()
The existing implementation of this function seems to be looking for
a one although it should be looking for a zero. This causes trouble
for the ext2 filesystem, which tends to report -ENOSPC without this
patch.

Fix this by complementing each word before scanning.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
2006-11-06 10:43:24 +01:00
..
boards/atstk1000 AVR32: Get rid of board_early_init 2006-11-06 10:43:23 +01:00
boot [PATCH] AVR32: Minor Makefile cleanup 2006-10-25 20:26:32 -07:00
configs [PATCH] AVR32: Update defconfig 2006-10-25 20:26:33 -07:00
kernel AVR32: Get rid of board_early_init 2006-11-06 10:43:23 +01:00
lib AVR32: Fix thinko in generic_find_next_zero_le_bit() 2006-11-06 10:43:24 +01:00
mach-at32ap [PATCH] AVR32: Use __raw MMIO access for internal peripherals 2006-10-25 20:26:33 -07:00
mm [PATCH] AVR32: Don't try to iounmap P2 segment addresses 2006-10-25 20:26:33 -07:00
Kconfig [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
Kconfig.debug [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
Makefile [PATCH] AVR32: Minor Makefile cleanup 2006-10-25 20:26:32 -07:00