|
@@ -649,7 +649,7 @@ static int pl08x_fill_llis_for_desc(struct pl08x_driver_data *pl08x,
|
|
|
}
|
|
|
|
|
|
if ((bd.srcbus.addr % bd.srcbus.buswidth) ||
|
|
|
- (bd.srcbus.addr % bd.srcbus.buswidth)) {
|
|
|
+ (bd.dstbus.addr % bd.dstbus.buswidth)) {
|
|
|
dev_err(&pl08x->adev->dev,
|
|
|
"%s src & dst address must be aligned to src"
|
|
|
" & dst width if peripheral is flow controller",
|