You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[SPARC/64] constify of_get_property return: drivers
The only unfortunate bit here is that the name field of struct map_info is not const, so for now we put a cast on the assignment of it. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
6a23acf390
commit
ccf0dec6fc
+1
-1
@@ -266,7 +266,7 @@ static void __devinit cg3_init_fix(struct fb_info *info, int linebytes,
|
||||
static void __devinit cg3_rdi_maybe_fixup_var(struct fb_var_screeninfo *var,
|
||||
struct device_node *dp)
|
||||
{
|
||||
char *params;
|
||||
const char *params;
|
||||
char *p;
|
||||
int ww, hh;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user