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

Commit 9fc20528 authored by Vivi Li's avatar Vivi Li Committed by Mike Frysinger
Browse files

Blackfin: kgdb_test: make sure to initialize num2



We check its value at runtime, so we want to avoid garbage across runs.

Signed-off-by: default avatarVivi Li <vivi.li@analog.com>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent b68233e7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -95,6 +95,10 @@ static int __init kgdbtest_init(void)
{
	struct proc_dir_entry *entry;

#if L2_LENGTH
	num2 = 0;
#endif

	entry = proc_create("kgdbtest", 0, NULL, &kgdb_test_proc_fops);
	if (entry == NULL)
		return -ENOMEM;