File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ struct adr_remap {
22
22
*/
23
23
static const struct adr_remap hp_spectre_360 [] = {
24
24
{
25
- 0x000010025D070100 ,
26
- 0x000020025D071100
25
+ 0x000010025D070100ull ,
26
+ 0x000020025D071100ull
27
27
},
28
28
{
29
- 0x000110025d070100 ,
30
- 0x000120025D130800
29
+ 0x000110025d070100ull ,
30
+ 0x000120025D130800ull
31
31
},
32
32
{}
33
33
};
@@ -39,18 +39,18 @@ static const struct adr_remap hp_spectre_360[] = {
39
39
static const struct adr_remap dell_sku_0A3E [] = {
40
40
/* rt715 on link0 */
41
41
{
42
- 0x00020025d071100 ,
43
- 0x00021025d071500
42
+ 0x00020025d071100ull ,
43
+ 0x00021025d071500ull
44
44
},
45
45
/* rt711 on link1 */
46
46
{
47
- 0x000120025d130800 ,
48
- 0x000120025d071100 ,
47
+ 0x000120025d130800ull ,
48
+ 0x000120025d071100ull ,
49
49
},
50
50
/* rt1308 on link2 */
51
51
{
52
- 0x000220025d071500 ,
53
- 0x000220025d130800
52
+ 0x000220025d071500ull ,
53
+ 0x000220025d130800ull
54
54
},
55
55
{}
56
56
};
You can’t perform that action at this time.
0 commit comments