Compare commits
No commits in common. "db1442260a56963a8aa507787e71b97e5f08f17c" and "6eb35fd695679452a7321e0f7ae513e8d0c5926b" have entirely different histories.
db1442260a
...
6eb35fd695
|
@ -297,10 +297,6 @@ sensor:modalias:acpi:KIOX010A*:dmi:*:svnGEO*:pnGeoFlex*:*
|
|||
sensor:modalias:platform:cros-ec-accel:dmi:*:svnGOOGLE*
|
||||
ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, -1, 0; 0, 0, -1
|
||||
|
||||
# caroline board (Samsung Chromebook Pro) reports itself as svnGoogle
|
||||
sensor:modalias:platform:cros-ec-accel:dmi:*:svnGoogle:pnCaroline*
|
||||
ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, -1, 0; 0, 0, -1
|
||||
|
||||
#########################################
|
||||
# GP-electronic
|
||||
#########################################
|
||||
|
|
|
@ -714,7 +714,7 @@ static int context_grow_partitions_on_free_area(Context *context, FreeArea *a) {
|
|||
assert(p->new_size != UINT64_MAX);
|
||||
m = p->new_size + span;
|
||||
|
||||
xsz = partition_max_size(p);
|
||||
xsz = partition_max_size(a->after);
|
||||
if (xsz != UINT64_MAX && m > xsz)
|
||||
m = xsz;
|
||||
|
||||
|
|
Loading…
Reference in New Issue