/* * This header provides constants for binding nvidia,tegra124-soctherm. */ #ifndef _DT_BINDINGS_THERMAL_TEGRA124_SOCTHERM_H #define _DT_BINDINGS_THERMAL_TEGRA124_SOCTHERM_H #define TEGRA124_SOCTHERM_SENSOR_CPU 0 #define TEGRA124_SOCTHERM_SENSOR_MEM 1 #define TEGRA124_SOCTHERM_SENSOR_GPU 2 #define TEGRA124_SOCTHERM_SENSOR_PLLX 3 #define TEGRA124_SOCTHERM_SENSOR_NUM 4 #define TEGRA_SOCTHERM_THROT_LEVEL_LOW 0 #define TEGRA_SOCTHERM_THROT_LEVEL_MED 1 #define TEGRA_SOCTHERM_THROT_LEVEL_HIGH 2 #define TEGRA_SOCTHERM_THROT_LEVEL_NONE -1 #endif .ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/ipw.c
diff options
context:
space:
mode:
authorParav Pandit <parav@mellanox.com>2017-02-04 11:00:49 -0600
committerDavid S. Miller <davem@davemloft.net>2017-02-06 16:33:29 -0500
commitd0d7b10b05945f40fefd4e60f457c61aefa3e9a9 (patch)
tree1904a8455fc02954af05242261ee36feb1e45d1d /drivers/usb/serial/ipw.c
parent73cfb2a2e49e166c569360ee60fe023b3efe3cf6 (diff)
net-next: treewide use is_vlan_dev() helper function.
This patch makes use of is_vlan_dev() function instead of flag comparison which is exactly done by is_vlan_dev() helper function. Signed-off-by: Parav Pandit <parav@mellanox.com> Reviewed-by: Daniel Jurgens <danielj@mellanox.com> Acked-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Jon Maxwell <jmaxwell37@gmail.com> Acked-by: Johannes Thumshirn <jth@kernel.org> Acked-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/usb/serial/ipw.c')