Fix some errors in IOCTL decoding macros

This commit is contained in:
Gregory Nutt
2017-08-02 14:28:17 -06:00
parent 1ae9748170
commit 0579825b69
3 changed files with 9 additions and 6 deletions
+1
View File
@@ -440,6 +440,7 @@ static int netdev_pktradio_ioctl(FAR struct socket *psock, int cmd,
{
/* Not a packet radio IOCTL command */
nwarn("WARNING: Not a packet radio IOCTL command: %d\n", cmd);
return -ENOTTY;
}