Skip to content

Commit

Permalink
usb: chipidea: imx: Cleanup ci_hdrc_imx_platform_flag
Browse files Browse the repository at this point in the history
Some trivial cleanups, that do not change functionality.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Sebastian Reichel authored and Greg Kroah-Hartman committed Mar 29, 2018
1 parent 274a187 commit 04e1637
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/usb/chipidea/ci_hdrc_imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

struct ci_hdrc_imx_platform_flag {
unsigned int flags;
bool runtime_pm;
};

static const struct ci_hdrc_imx_platform_flag imx23_usb_data = {
Expand All @@ -29,7 +28,7 @@ static const struct ci_hdrc_imx_platform_flag imx23_usb_data = {
};

static const struct ci_hdrc_imx_platform_flag imx27_usb_data = {
CI_HDRC_DISABLE_STREAMING,
.flags = CI_HDRC_DISABLE_STREAMING,
};

static const struct ci_hdrc_imx_platform_flag imx28_usb_data = {
Expand Down

0 comments on commit 04e1637

Please sign in to comment.