summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2007-12-01 22:10:03 -0700
committerJeff Garzik <jeff@garzik.org>2007-12-04 15:06:11 -0500
commitf9663aea2a938f9dc60dbfef34b9e7847a69c947 (patch)
treef0379eb27beea9273e8c1d6e5f96876df659d862 /tools/perf/scripts/python
parent4352d82647f679fb8dd9440b34400fa49beedb2c (diff)
downloadkernel-f9663aea2a938f9dc60dbfef34b9e7847a69c947.tar.gz
gianfar: fix compile warning
Eliminate an uninitialized variable warning. The code is correct, but a pointer to the automatic variable 'addr' is passed to dma_alloc_coherent. Since addr has never been initialized, and the compiler doesn't know what dma_alloc_coherent will do with it, it complains. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
txt?h=linux-6.6.y&id=35be95446734cbb10b088a6b38269ac4a8ac3a86'>Documentation/edac.txt: Reflect the sysfs changes at the documentMauro Carvalho Chehab 2010-05-10Documentation/edac.txt: Improve it to reflect the latest changes at the driverMauro Carvalho Chehab 2010-05-10Documentation/edac.txt: Add Nehalem specific EDAC characteristicsMauro Carvalho Chehab 2009-12-04fix typos/grammos in Documentation/edac.txtDavidlohr Bueso 2009-06-12trivial: Miscellaneous documentation typo fixesMatt LaPlante 2008-07-26Documentation cleanup: trivial misspelling, punctuation, and grammar correcti...Matt LaPlante 2008-07-25edac: core fix redundant sysfs controls to parametersArthur Jones