Android-x86
Fork
Faire un don

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-efivar: Commit

external/efivar


Commit MetaInfo

Révision8f803791a1c97a4d1bce049264218a94c46d7838 (tree)
l'heure2019-01-08 03:44:39
AuteurPeter Jones <pjones@redh...>
CommiterPeter Jones

Message de Log

linux-pci-root: remove an unused assignment

scan-build gripes about this, and it's pointless, so it can go.

Signed-off-by: Peter Jones <pjones@redhat.com>

Change Summary

Modification

--- a/src/linux-pci-root.c
+++ b/src/linux-pci-root.c
@@ -115,7 +115,6 @@ dp_create_pci_root(struct device *dev UNUSED,
115115 return new;
116116 }
117117 }
118- off += new;
119118 sz += new;
120119
121120 debug("returning %zd", sz);
Afficher sur ancien navigateur de dépôt.