]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ide: ide-tape.c sparse annotations and unaligned access removal
authorHarvey Harrison <harvey.harrison@gmail.com>
Thu, 24 Jul 2008 20:53:33 +0000 (22:53 +0200)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Thu, 24 Jul 2008 20:53:33 +0000 (22:53 +0200)
commitcd740ab0f69f6c94d9c7f916758e308f30a439fa
tree29e9d566e573b404d8087c57faafbb0691cffde7
parenta326b02b0c576001353dbc489154959b0889c6bf
ide: ide-tape.c sparse annotations and unaligned access removal

If this is actually unaligned the access of speed/max_speed above
is already broken and needs a get_unaligned.  Otherwise it is
aligned and they can be removed.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Cc: Borislav Petkov <petkovbb@googlemail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/ide-tape.c