oops, irq_interval needs to be signed

git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@97 53a565d1-3bb7-0310-b661-cf11e63c67ab
This commit is contained in:
anonymous 2002-12-20 07:37:47 +00:00
parent 81c7e99499
commit 1dd7ffd1c8
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ struct raw1394_iso_config {
__u32 max_packet_size;
__u32 channel;
__u32 speed; /* xmit only */
__u32 irq_interval;
__s32 irq_interval;
};
/* argument to RAW1394_ISO_XMIT/RECV_INIT and RAW1394_ISO_GET_STATUS */