/* * scsicam.h - SCSI CAM support functions, use for HDIO_GETGEO, etc. * * Copyright 1993, 1994 Drew Eckhardt * Visionary Computing * (Unix and Linux consulting and custom programming) * drew@Colorado.EDU * +1 (303) 786-7975 * * For more information, please consult the SCSI-CAM draft. */ #ifndef SCSICAM_H #define SCSICAM_H extern int scsicam_bios_param (struct block_device *bdev, sector_t capacity, int *ip); extern int scsi_partsize(unsigned char *buf, unsigned long capacity, unsigned int *cyls, unsigned int *hds, unsigned int *secs); extern unsigned char *scsi_bios_ptable(struct block_device *bdev); #endif /* def SCSICAM_H */ cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2016-03-28 08:31:18 -0300
committerMark Brown <broonie@kernel.org>2016-03-29 10:02:24 -0700
commit65147846796bd443972d9055b3b4c1339e15d53a (patch)
treea0e5a44f67ff8ac3d3e74562f9f11d5703073202 /Documentation
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff)
ASoC: wm8962: Disable clock if wm8962_runtime_resume() fails
When regulator_bulk_enable() fails inside wm8962_runtime_resume(), we should disable the previously enabled clock. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')