Rev 4263 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4263 | Rev 4327 | ||
---|---|---|---|
Line 561... | Line 561... | ||
561 | return; |
561 | return; |
562 | } |
562 | } |
563 | 563 | ||
564 | ipc_answer_0(iid, EOK); |
564 | ipc_answer_0(iid, EOK); |
565 | 565 | ||
566 | size_t name_size = strlen(device->name); |
566 | size_t name_size = str_size(device->name); |
567 | 567 | ||
568 | /* FIXME: |
568 | /* FIXME: |
569 | * We have no channel from DEVMAP to client, therefore |
569 | * We have no channel from DEVMAP to client, therefore |
570 | * sending must be initiated by client. |
570 | * sending must be initiated by client. |
571 | * |
571 | * |