Go to the documentation of this file.
10 #define KMSG_COMPONENT "tape"
11 #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
13 #include <linux/slab.h>
19 "Copyright IBM Corp. 2004 All Rights Reserved.\n"
24 static struct class *tape_class;
89 goto fail_with_class_device;
93 fail_with_class_device:
108 if (tcd !=
NULL && !IS_ERR(tcd)) {
118 static int __init tape_init(
void)
125 static void __exit tape_exit(
void)