Re: [PATCH] drm: mediatek: Drop unnecessary check for property presence

2024-08-22 Thread Chun-Kuang Hu
Hi, Rob: Rob Herring (Arm) 於 2024年8月1日 週四 上午4:14寫道: > > of_property_read_u32() returns -EINVAL if a property is not present, so > the preceeding check for presence with of_find_property() can be > dropped. Really, what the errno is shouldn't matter. Either the property > can be read and used or i

Re: [PATCH] drm: mediatek: Drop unnecessary check for property presence

2024-08-20 Thread 胡俊光

Re: [PATCH] drm: mediatek: Drop unnecessary check for property presence

2024-08-01 Thread AngeloGioacchino Del Regno
Il 31/07/24 22:13, Rob Herring (Arm) ha scritto: of_property_read_u32() returns -EINVAL if a property is not present, so the preceeding check for presence with of_find_property() can be dropped. Really, what the errno is shouldn't matter. Either the property can be read and used or it can't and i