mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-05-02 18:17:50 -04:00
usb: misc: eud: Fix indentation issues
Fix a couple of indentation issues in EUD driver. Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org> Link: https://lore.kernel.org/r/20230517211756.2483552-4-bhupesh.sharma@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f16135918b
commit
046895105d
@@ -22,10 +22,10 @@
|
||||
#define EUD_REG_VBUS_INT_CLR 0x0080
|
||||
#define EUD_REG_CSR_EUD_EN 0x1014
|
||||
#define EUD_REG_SW_ATTACH_DET 0x1018
|
||||
#define EUD_REG_EUD_EN2 0x0000
|
||||
#define EUD_REG_EUD_EN2 0x0000
|
||||
|
||||
#define EUD_ENABLE BIT(0)
|
||||
#define EUD_INT_PET_EUD BIT(0)
|
||||
#define EUD_INT_PET_EUD BIT(0)
|
||||
#define EUD_INT_VBUS BIT(2)
|
||||
#define EUD_INT_SAFE_MODE BIT(4)
|
||||
#define EUD_INT_ALL (EUD_INT_VBUS | EUD_INT_SAFE_MODE)
|
||||
|
||||
Reference in New Issue
Block a user