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

Commit e5c515b4 authored by Evgeniy Polyakov's avatar Evgeniy Polyakov Committed by Greg Kroah-Hartman
Browse files

[PATCH] w1: fix compiler warnings

parent 6adf87bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -27,6 +27,7 @@


DEFINE_SPINLOCK(w1_flock);
DEFINE_SPINLOCK(w1_flock);
static LIST_HEAD(w1_families);
static LIST_HEAD(w1_families);
extern void w1_reconnect_slaves(struct w1_family *f);


static int w1_check_family(struct w1_family *f)
static int w1_check_family(struct w1_family *f)
{
{