genericdmm: cosmetic change
This commit is contained in:
parent
3f848bb7a9
commit
c4a1de59f8
|
@ -426,12 +426,12 @@ static int hw_cleanup(void)
|
||||||
return SR_OK;
|
return SR_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int hw_info_get(int dev_info_id, const void **data,
|
static int hw_info_get(int info_id, const void **data,
|
||||||
const struct sr_dev_inst *sdi)
|
const struct sr_dev_inst *sdi)
|
||||||
{
|
{
|
||||||
struct context *ctx;
|
struct context *ctx;
|
||||||
|
|
||||||
switch (dev_info_id) {
|
switch (info_id) {
|
||||||
case SR_DI_INST:
|
case SR_DI_INST:
|
||||||
*data = sdi;
|
*data = sdi;
|
||||||
sr_spew("genericdmm: Returning sdi.");
|
sr_spew("genericdmm: Returning sdi.");
|
||||||
|
|
Loading…
Reference in New Issue