aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/c67x00/c67x00-ll-hpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/c67x00/c67x00-ll-hpi.c')
-rw-r--r--drivers/usb/c67x00/c67x00-ll-hpi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/c67x00/c67x00-ll-hpi.c b/drivers/usb/c67x00/c67x00-ll-hpi.c
index cd2c6ed67493..b58151841e10 100644
--- a/drivers/usb/c67x00/c67x00-ll-hpi.c
+++ b/drivers/usb/c67x00/c67x00-ll-hpi.c
@@ -63,8 +63,8 @@ struct c67x00_lcp_int_data {
63 * HPI implementation 63 * HPI implementation
64 * 64 *
65 * The c67x00 chip also support control via SPI or HSS serial 65 * The c67x00 chip also support control via SPI or HSS serial
66 * interfaces. However, this driver assumes that register access can 66 * interfaces. However, this driver assumes that register access can
67 * be performed from IRQ context. While this is a safe assuption with 67 * be performed from IRQ context. While this is a safe assumption with
68 * the HPI interface, it is not true for the serial interfaces. 68 * the HPI interface, it is not true for the serial interfaces.
69 */ 69 */
70 70