![](https://secure.gravatar.com/avatar/98ef9b90d87d8444e08034e5e5c70d1b.jpg?s=120&d=mm&r=g)
29 Oct
2016
29 Oct
'16
11:37 p.m.
15 isn't the length of the string, is that really what's desired?
linux/next/sound/firewire/bebob/bebop.c
-----------------------------
static bool check_audiophile_booted(struct fw_unit *unit) { char name[24] = {0};
if (fw_csr_string(unit->directory, CSR_MODEL, name, sizeof(name)) < 0) return false;
return strncmp(name, "FW Audiophile Bootloader", 15) != 0; }