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

Commit c2a8fad4 authored by Jeff Garzik's avatar Jeff Garzik
Browse files

[wireless ipw2100] kill unused-var warnings for debug-disabled code

parent eedb9f09
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3748,6 +3748,8 @@ static ssize_t store_memory(struct device *d, struct device_attribute *attr,
	struct net_device *dev = priv->net_dev;
	const char *p = buf;

	(void) dev; /* kill unused-var warning for debug-only code */

	if (count < 1)
		return count;

@@ -4066,6 +4068,8 @@ static ssize_t store_scan_age(struct device *d, struct device_attribute *attr,
	unsigned long val;
	char *p = buffer;

	(void) dev; /* kill unused-var warning for debug-only code */

	IPW_DEBUG_INFO("enter\n");

	strncpy(buffer, buf, len);