fore200e: fix sbus compile
Fix a stupid typo introduced in the refactoring.
Fixes: 0efe5523
("fore200e: simplify fore200e_bus usage")
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
859bd2ef1f
commit
666046418d
|
@ -762,7 +762,7 @@ static const struct fore200e_bus fore200e_sbus_ops = {
|
|||
.model_name = "SBA-200E",
|
||||
.proc_name = "sba200e",
|
||||
.descr_alignment = 32,
|
||||
.buffer_alignent = 64,
|
||||
.buffer_alignment = 64,
|
||||
.status_alignment = 32,
|
||||
.read = fore200e_sba_read,
|
||||
.write = fore200e_sba_write,
|
||||
|
|
Loading…
Reference in New Issue