Staging: Pi433: Bugfix for wrong argument for sizeof() in TX thread
authorMarcus Wolf <linux@wolf-entwicklungen.de>
Mon, 18 Dec 2017 17:27:58 +0000 (19:27 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 Dec 2017 14:55:07 +0000 (15:55 +0100)
commitda3761feaec3cfc4f247b6cb9e366b8d40b3c356
tree91580902b0e98fdd52b3891e46e26600e68794af
parent893b103a3e9ce255e9afe8103d90f28ac2124eb8
Staging: Pi433: Bugfix for wrong argument for sizeof() in TX thread

sizeof(array) != sizeof(pointer to array)
Fixes: "staging: pi433: reduce stack size in tx thread"

Fixes: 62f39d49d168 ("staging: pi433: reduce stack size in tx thread")
Signed-off-by: Marcus Wolf <linux@wolf-entwicklungen.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/pi433/pi433_if.c