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

Commit cd897837 authored by Marcin Slusarz's avatar Marcin Slusarz Committed by Ben Skeggs
Browse files

drm/nouveau: quiet static-related sparse noise

parent bfd8bd1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ extdev_table(struct nouveau_bios *bios, u8 *ver, u8 *hdr, u8 *len, u8 *cnt)
	return extdev + *hdr;
}

u16
static u16
nvbios_extdev_entry(struct nouveau_bios *bios, int idx, u8 *ver, u8 *len)
{
	u8 hdr, cnt;
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ therm_table(struct nouveau_bios *bios, u8 *ver, u8 *hdr, u8 *len, u8 *cnt)
	return therm + nv_ro08(bios, therm + 1);
}

u16
static u16
nvbios_therm_entry(struct nouveau_bios *bios, int idx, u8 *ver, u8 *len)
{
	u8 hdr, cnt;
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ struct nv04_bus_priv {
	struct nouveau_bus base;
};

void
static void
nv04_bus_intr(struct nouveau_subdev *subdev)
{
	struct nouveau_bus *pbus = nouveau_bus(subdev);
+1 −1
Original line number Diff line number Diff line
@@ -175,7 +175,7 @@ nouveau_therm_fan_user_set(struct nouveau_therm *therm, int percent)
	return nouveau_therm_fan_set(therm, true, percent);
}

void
static void
nouveau_therm_fan_set_defaults(struct nouveau_therm *therm)
{
	struct nouveau_therm_priv *priv = (void *)therm;
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ nouveau_fannil_get(struct nouveau_therm *therm)
	return -ENODEV;
}

int
static int
nouveau_fannil_set(struct nouveau_therm *therm, int percent)
{
	return -ENODEV;
Loading