From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julia Lawall Date: Fri, 28 Oct 2016 20:33:38 +0000 Subject: question about drivers/video/fbdev/auo_k190x.c Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-fbdev@vger.kernel.org The file drivers/video/fbdev/auo_k190x.c contains the code: static DEVICE_ATTR(temp, 0644, temp_show, NULL); Is it correct to have the permission 0644 and not have a store function? Should it be 0444 instead? thanks, julia