]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/hv/hv_util.c
hv: Change variable type to bool
[karo-tx-linux.git] / drivers / hv / hv_util.c
index cb82233541b196a53177007ebb4520a9e4112442..9113850edb43f781e6fd9673b9df56c10d5aaf93 100644 (file)
@@ -82,7 +82,7 @@ static void shutdown_onchannelcallback(void *context)
        struct vmbus_channel *channel = context;
        u32 recvlen;
        u64 requestid;
-       u8  execute_shutdown = false;
+       bool execute_shutdown = false;
        u8  *shut_txf_buf = util_shutdown.recv_buffer;
 
        struct shutdown_msg_data *shutdown_msg;