hidsysSetNotificationLedPattern cleanup

Fix a copy/paste issue in hidsysSetNotificationLedPattern
This commit is contained in:
Ac_K 2019-06-01 21:56:49 +02:00 committed by yellows8
parent bd1f9258b2
commit a3381d3d64

View File

@ -291,7 +291,6 @@ Result hidsysSetNotificationLedPattern(const HidsysNotificationLedPattern *patte
struct { struct {
u64 magic; u64 magic;
u64 result; u64 result;
u64 total_entries;
} *resp; } *resp;
serviceIpcParse(&g_hidsysSrv, &r, sizeof(*resp)); serviceIpcParse(&g_hidsysSrv, &r, sizeof(*resp));