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:
Tomasz Bursztyka 2017-10-04 08:54:20 +02:00 committed by Jukka Rissanen
parent c80e9d00da
commit eb7b29e5cf

View file

@ -93,7 +93,7 @@ flush:
done:
*off = 0;
return pkt;
return buf;
}
static int upipe_cca(struct device *dev)