genericdmm: cosmetic change

This commit is contained in:
Bert Vermeulen 2012-07-22 11:49:00 +02:00
parent 3f848bb7a9
commit c4a1de59f8
1 changed files with 2 additions and 2 deletions

View File

@ -426,12 +426,12 @@ static int hw_cleanup(void)
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)
{
struct context *ctx;
switch (dev_info_id) {
switch (info_id) {
case SR_DI_INST:
*data = sdi;
sr_spew("genericdmm: Returning sdi.");