aboutsummaryrefslogtreecommitdiff
path: root/kernel/ethosu_network.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/ethosu_network.c')
-rw-r--r--kernel/ethosu_network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/ethosu_network.c b/kernel/ethosu_network.c
index 71ae484..dc641c5 100644
--- a/kernel/ethosu_network.c
+++ b/kernel/ethosu_network.c
@@ -111,7 +111,7 @@ static long ethosu_network_ioctl(struct file *file,
switch (cmd) {
case ETHOSU_IOCTL_NETWORK_INFO: {
- struct ethosu_uapi_network_info uapi;
+ struct ethosu_uapi_network_info uapi = { 0 };
dev_info(dev, "Network ioctl: Network info. net=0x%pK\n", net);