mirror of https://gitee.com/openkylin/linux.git
drm/nouveau/mxm: indent an if statement
This if statement is correct but it wasn't indented, so it looked like some code was missing. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
3e5ede1def
commit
5dfe7a0179
|
@ -182,7 +182,7 @@ mxm_show_unmatched(struct nvkm_mxm *mxm, u8 *data, void *info)
|
|||
{
|
||||
u64 desc = *(u64 *)data;
|
||||
if ((desc & 0xf0) != 0xf0)
|
||||
nv_info(mxm, "unmatched output device 0x%016llx\n", desc);
|
||||
nv_info(mxm, "unmatched output device 0x%016llx\n", desc);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue