Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 007f16c6 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "diag: dci: Initialize the stat variable before using it"

parents f7050a38 888ddad8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1462,7 +1462,7 @@ void diag_dci_channel_open_work(struct work_struct *work)

void diag_dci_notify_client(int peripheral_mask, int data, int proc)
{
	int stat;
	int stat = 0;
	struct siginfo info;
	struct list_head *start, *temp;
	struct diag_dci_client_tbl *entry = NULL;