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

Commit eb3c28c1 authored by Oliver Neukum's avatar Oliver Neukum Committed by David S. Miller
Browse files

r8152: give the device version



Getting the device version out of the driver really aids debugging.

Signed-off-by: default avatarOliver Neukum <oneukum@suse.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 97d8b6e3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4368,6 +4368,8 @@ static u8 rtl_get_version(struct usb_interface *intf)
		break;
	}

	dev_dbg(&intf->dev, "Detected version 0x%04x\n", version);

	return version;
}