sr: add driver field to sr_dev_inst, to bring it on a par with sr_dev.
This commit is contained in:
parent
8bfdc8c4a5
commit
9e41fdba40
|
@ -398,6 +398,7 @@ struct sr_hwcap_option {
|
|||
};
|
||||
|
||||
struct sr_dev_inst {
|
||||
struct sr_dev_driver *driver;
|
||||
int index;
|
||||
int status;
|
||||
int inst_type;
|
||||
|
|
Loading…
Reference in New Issue