Skip to content

Commit

Permalink
RapidIO: Fix comment error.
Browse files Browse the repository at this point in the history
The resource index for the mailboxes was incorrect.

Signed-off-by: Chad Reese <kreese@caviumnetworks.com>
Acked-by: Alexandre Bounine <alexandre.bounine@idt.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Chad Reese authored and Jiri Kosina committed Oct 15, 2012
1 parent 0db10c8 commit 1b61810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/rio.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
*
* 0 RapidIO inbound doorbells
* 1 RapidIO inbound mailboxes
* 1 RapidIO outbound mailboxes
* 2 RapidIO outbound mailboxes
*/
#define RIO_DOORBELL_RESOURCE 0
#define RIO_INB_MBOX_RESOURCE 1
Expand Down

0 comments on commit 1b61810

Please sign in to comment.