staging: et131x: Remove incorrect comments regarding alignment
authorMark Einon <mark.einon@gmail.com>
Fri, 16 Nov 2012 10:47:40 +0000 (10:47 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Nov 2012 21:57:28 +0000 (13:57 -0800)
commit9967bd4842b39eaf632f77028fdd798775fd9686
tree0c4af1285710b565da9a49e187401aee23d58fa7
parent823bb2e8e1df99a28977f212975562b30f8dfd5e
staging: et131x: Remove incorrect comments regarding alignment

A previous change removed code that aligned memory returned from
dma_alloc_coherent() to a 4k boundary, which was not necessary.

Some comments regarding this alignment still exist, so remove them
as they no longer apply.

Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/et131x/et131x.c