drivers/ieee802154: Fix regression in uart pipe driver
A wrong name replacement was applied during commit
db11fcd174
Fixes issue #4165
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
c80e9d00da
commit
eb7b29e5cf
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ flush:
|
|||
done:
|
||||
*off = 0;
|
||||
|
||||
return pkt;
|
||||
return buf;
|
||||
}
|
||||
|
||||
static int upipe_cca(struct device *dev)
|
||||
|
|
|
|||
Loading…
Reference in a new issue