<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Linux 4.8: SKL DMC Version is now 1.23?"
href="https://bugs.freedesktop.org/show_bug.cgi?id=97182#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Linux 4.8: SKL DMC Version is now 1.23?"
href="https://bugs.freedesktop.org/show_bug.cgi?id=97182">bug 97182</a>
from <span class="vcard"><a class="email" href="mailto:gwhite@kupulau.com" title="Greg White <gwhite@kupulau.com>"> <span class="fn">Greg White</span></a>
</span></b>
<pre>That's not what the code says:
if (csr->version != required_version) {
DRM_INFO("Refusing to load DMC firmware v%u.%u,"
" please use v%u.%u [" FIRMWARE_URL "].\n",
CSR_VERSION_MAJOR(csr->version),
CSR_VERSION_MINOR(csr->version),
CSR_VERSION_MAJOR(required_version),
CSR_VERSION_MINOR(required_version));
return NULL;
}</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>