From: Julia Lawall Date: Tue, 16 Mar 2010 07:33:37 +0000 (-0700) Subject: drivers/serial/sunsab.c: adjust the constant used to initialize the interrupt_mask0... X-Git-Tag: v2.6.34-rc2~29^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=935050daad4c0ce687f7111995ed7791796deff9;p=pandora-kernel.git drivers/serial/sunsab.c: adjust the constant used to initialize the interrupt_mask0 fields From: Julia Lawall SAB82532_ISR0_TCD is declared in drivers/serial/subsab.h as relating to a status register, while SAB82532_IMR0_TCD is declared in the same file as relating to a mask register. The latter seems more appropriate for the interrupt_mask0 field, and follows the strategy for initializing this field elsewhere in the same file. Both SAB82532_ISR0_TCD and SAB82532_IMR0_TCD have the same value. Signed-off-by: Julia Lawall Signed-off-by: David S. Miller --- Reading git-diff-tree failed