No description
Find a file
Arvind Yadav 5fbe9f35df misc: mic: Release reference count and memory for VOP device
Never directly free @dev after calling device_register(),
even if it returned an error! Always use put_device() to
give up the reference initialized.
Release allocated memory for vop device in vop_release_dev().

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-03-15 18:12:01 +01:00
arch
block block, char_dev: Use correct format specifier for unsigned ints 2018-03-15 17:59:24 +01:00
certs
crypto
Documentation mei: limit the number of queued writes 2018-03-14 19:33:13 +01:00
drivers misc: mic: Release reference count and memory for VOP device 2018-03-15 18:12:01 +01:00
firmware
fs block, char_dev: Use correct format specifier for unsigned ints 2018-03-15 17:59:24 +01:00
include nvmem: Introduce devm_nvmem_(un)register() 2018-03-14 19:28:13 +01:00
init
ipc
kernel
lib devres: combine function devm_ioremap* 2018-03-15 18:08:55 +01:00
LICENSES
mm
net
samples
scripts
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.