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

Commit 151d9fad authored by edwin_rong's avatar edwin_rong Committed by Greg Kroah-Hartman
Browse files

Realtek cr: clean up unnecessary whitespaces.

parent 5b826138
Loading
Loading
Loading
Loading
+56 −54
Original line number Diff line number Diff line
@@ -145,6 +145,7 @@ static const struct usb_device_id realtek_cr_ids[] = {
#	include "unusual_realtek.h"
	{}			/* Terminating entry */
};

MODULE_DEVICE_TABLE(usb, realtek_cr_ids);

#undef UNUSUAL_DEV
@@ -220,8 +221,7 @@ static int rts51x_bulk_transport(struct us_data *us, u8 lun,
	/* check bulk status */
	if (bcs->Signature != cpu_to_le32(US_BULK_CS_SIGN)) {
		US_DEBUGP("Signature mismatch: got %08X, expecting %08X\n",
			  le32_to_cpu(bcs->Signature),
			  US_BULK_CS_SIGN);
			  le32_to_cpu(bcs->Signature), US_BULK_CS_SIGN);
		return USB_STOR_TRANSPORT_ERROR;
	}

@@ -640,11 +640,13 @@ static int realtek_cr_probe(struct usb_interface *intf,
	US_DEBUGP("Probe Realtek Card Reader!\n");

	result = usb_stor_probe1(&us, intf, id,
			(id - realtek_cr_ids) + realtek_cr_unusual_dev_list);
				 (id - realtek_cr_ids) +
				 realtek_cr_unusual_dev_list);
	if (result)
		return result;

	result = usb_stor_probe2(us);

	return result;
}