/* * drivers/usb/host/xhci-rcar.h * * Copyright (C) 2014 Renesas Electronics Corporation * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 as published by the Free Software Foundation. */ #ifndef _XHCI_RCAR_H #define _XHCI_RCAR_H #define XHCI_RCAR_FIRMWARE_NAME_V1 "r8a779x_usb3_v1.dlmem" #define XHCI_RCAR_FIRMWARE_NAME_V2 "r8a779x_usb3_v2.dlmem" #define XHCI_RCAR_FIRMWARE_NAME_V3 "r8a779x_usb3_v3.dlmem" #if IS_ENABLED(CONFIG_USB_XHCI_RCAR) void xhci_rcar_start(struct usb_hcd *hcd); int xhci_rcar_init_quirk(struct usb_hcd *hcd); #else static inline void xhci_rcar_start(struct usb_hcd *hcd) { } static inline int xhci_rcar_init_quirk(struct usb_hcd *hcd) { return 0; } #endif #endif /* _XHCI_RCAR_H */ net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/net/ieee802154
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2017-01-02 17:53:39 +0100
committerGuenter Roeck <linux@roeck-us.net>2017-01-02 10:15:28 -0800
commite9572fdd13e299cfba03abbfd2786c84ac055249 (patch)
tree58c83e98ef9c72d0c704f381cc44253b5afa9242 /net/ieee802154
parent0c744ea4f77d72b3dcebb7a8f2684633ec79be88 (diff)
hwmon: (lm90) fix temp1_max_alarm attribute
Since commit commit eb1c8f4325d5 ("hwmon: (lm90) Convert to use new hwmon registration API") the temp1_max_alarm and temp1_crit_alarm attributes are mapped to the same alarm bit. Fix the typo. Fixes: eb1c8f4325d5 ("hwmon: (lm90) Convert to use new hwmon registration API") Signed-off-by: Micehael Walle <michael@walle.cc> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'net/ieee802154')