Skip to content

Commit 54b15d8

Browse files
committed
media: atomisp: get rid of an unused IRQ duplicated event
There are two names for the same IRQ, but just one is used. Remove the unused one. Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent c081868 commit 54b15d8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

drivers/staging/media/atomisp/pci/ia_css_irq.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,8 @@ enum ia_css_irq_info {
5656
/** the css receiver received the end of frame */
5757
IA_CSS_IRQ_INFO_CSS_RECEIVER_SOL = 1 << 4,
5858
/** the css receiver received the start of line */
59-
IA_CSS_IRQ_INFO_PSYS_EVENTS_READY = 1 << 5,
59+
IA_CSS_IRQ_INFO_EVENTS_READY = 1 << 5,
6060
/** One or more events are available in the PSYS event queue */
61-
IA_CSS_IRQ_INFO_EVENTS_READY = IA_CSS_IRQ_INFO_PSYS_EVENTS_READY,
62-
/** deprecated{obsolete version of IA_CSS_IRQ_INFO_PSYS_EVENTS_READY,
63-
* same functionality.} */
6461
IA_CSS_IRQ_INFO_CSS_RECEIVER_EOL = 1 << 6,
6562
/** the css receiver received the end of line */
6663
IA_CSS_IRQ_INFO_CSS_RECEIVER_SIDEBAND_CHANGED = 1 << 7,

0 commit comments

Comments
 (0)