Use lowercase keys for devices
This commit is contained in:
@@ -38,7 +38,7 @@ static void ide_make_device (struct proc* proc, struct reschedule_ctx* rctx,
|
||||
probe.devno, probe.sector_size, probe.sector_count);
|
||||
|
||||
char device_key[fieldsizeof (struct device, key)];
|
||||
snprintf (device_key, sizeof (device_key), "IDE%d", ide_counter++);
|
||||
snprintf (device_key, sizeof (device_key), "ide%d", ide_counter++);
|
||||
|
||||
device_op_func_t ops[] = {
|
||||
[XDRV_GET_SIZE] = &idedrv_get_size,
|
||||
|
||||
Reference in New Issue
Block a user